Docs
API reference
The platform publishes one OpenAPI document per capability under the /v1 surface. Reference docs are generated from those documents.
| Capability | Base path | Auth |
|---|---|---|
| Identity | /v1/identity | Project key |
| Speech & STT | /v1/speech | Project key |
| Provider gateway | /v1/gateway | Project key |
| Billing metering | /v1/billing | Project key |
| Messaging | /v1/messaging | Project key |
| Retrieval | /v1/retrieval | Project key |
The full reference is published per capability as OpenAPI documents; this page indexes the surfaces. Requests use Authorization: Bearer <key>. Contract discipline — how bindings between surfaces stay explicit — is described on the topology page.