> ## Documentation Index
> Fetch the complete documentation index at: https://docs.utexo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# API Reference Overview

> Choose the API reference for the Utexo service you are integrating.

Utexo does not expose one global API contract. The Mint service, RGB Node, RGB Lightning Node and Utexo Cloud have separate endpoints, authentication models and release lifecycles.

<Info>
  Each product has its own API contract. Use the reference for the specific service you are integrating.
</Info>

<CardGroup cols={2}>
  <Card title="Mint API" icon="arrows-rotate" href="/product-suite/mint-api-reference">
    Transfer status, bridge-in signatures, verification, and transaction submission.
  </Card>

  <Card title="RGB Node API" icon="server" href="/cloud/rgb-node/api-reference">
    Wallet-scoped RGB asset issuance, receive, send, and balance operations.
  </Card>

  <Card title="RGB Lightning Node API" icon="bolt" href="/cloud/rgb-lightning-node-api">
    RGB, Lightning, channel, peer, swap, and node lifecycle operations.
  </Card>

  <Card title="Utexo Cloud API" icon="cloud" href="/access-token-authorization/cloud-api">
    Cloud node provisioning and management with access-token authorization.
  </Card>
</CardGroup>

## Specification Status

| Product            | Published reference                                          | Specification or implementation                                                                     |
| ------------------ | ------------------------------------------------------------ | --------------------------------------------------------------------------------------------------- |
| RGB Lightning Node | [RGB Lightning Node API](/cloud/rgb-lightning-node-api)      | [OpenAPI specification](https://github.com/UTEXO-Protocol/rgb-lightning-node/blob/dev/openapi.yaml) |
| Mint               | [Mint API Reference](/product-suite/mint-api-reference)      | Not currently published                                                                             |
| RGB Node           | [RGB Node API Reference](/cloud/rgb-node/api-reference)      | [Reference implementation](https://github.com/UTEXO-Protocol/rgb-node-api)                          |
| Utexo Cloud        | [Cloud API Reference](/access-token-authorization/cloud-api) | Not currently published                                                                             |

Where a public specification or reference implementation is not available, use the published API reference as the supported integration guide.

## Developer Resources

* [RGB Lightning Node interactive API reference](https://utexo-protocol.github.io/rgb-lightning-node)
* [RGB Lightning Node OpenAPI specification](https://github.com/UTEXO-Protocol/rgb-lightning-node/blob/dev/openapi.yaml)
* [RGB Lightning Node source repository](https://github.com/UTEXO-Protocol/rgb-lightning-node)
* [RGB Node reference implementation](https://github.com/UTEXO-Protocol/rgb-node-api)
