> For the complete documentation index, see [llms.txt](https://docs.rozo.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rozo.ai/integration/api-doc.md).

# ROZO Intent Pay API

One intent API, two integration paths. Pick the one that matches how you receive funds:

|                         | [Bridge & Wallet API](/integration/api-doc/bridge-api.md)             | [Merchant API](/integration/api-doc/merchant-api.md)                                        |
| ----------------------- | --------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| **Who it's for**        | Wallets, bridges, apps moving funds                                   | Merchants accepting payments                                                                |
| **Destination address** | You pass `destination.receiverAddress` on every request               | Preconfigured on your merchant `appId` — never sent per request                             |
| **Auth**                | App ID                                                                | `X-API-Key` from [partners.rozo.ai](https://partners.rozo.ai)                               |
| **Start here**          | [API Quick Start](/integration/api-doc/bridge-api/api-quick-start.md) | [API Quick Start (Merchant)](/integration/api-doc/merchant-api/api-quick-start-merchant.md) |

Shared references:

* [ROZO Intents Tech Design](/integration/api-doc/rozo-intents-tech-design.md) — how the intent flow works under the hood.
* [Supported Tokens and Chains](/integration/api-doc/supported-tokens-and-chains.md) — chain IDs, tokens, and routes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.rozo.ai/integration/api-doc.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.
