Skip to content

OpenAPI reference

The CXGear API exposes an OpenAPI (Swagger) UI when the API process is running.

On your API host:

https://api.cxgear.ai/docs

Locally:

http://localhost:3000/docs

Use this for request shapes, authentication headers, and try-it-out calls during integration work.

Most routes require a user JWT (Authorization: Bearer …) from login. Public ingest/trigger routes use organization API keys instead.