# Clarityflow Developer API

If you're a developer looking to build a custom integration with [Clarityflow](https://clarityflow.com) (formerly known as *ZipMessage*)—the tool for video messaging and asynchronous conversations—this API reference will guide you through what's available with the Clarityflow REST API.

In addition to the [REST API (documented here)](https://api.zipmessage.com/api-reference/conversations), there are other integration options which are easy for anyone to use with little or no code!  Those include:

* [The Clarityflow Zapier integration](https://kb.zipmessage.com/zapier)
* [Embed Clarityflow on your site using iframes](https://kb.zipmessage.com/article/40-embed)
* [Webhooks](https://api.zipmessage.com/webhooks)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api.clarityflow.com/clarityflow-developer-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
