Skip to main content
The API Reference is organized by endpoint family. It lists bot-facing paths, parameters, request bodies, response schemas and WebSocket payloads. For workflow explanations and code examples, use the Developers guides.

Base URLs

Auth Labels

Sections

Pagination

Paginated REST endpoints return Pagination<T>. Endpoints that support cursor pagination also return hasMore and nextCursor. Pass the opaque nextCursor value back as the next request’s cursor; do not parse or modify it. Some newer endpoints return page-number pagination instead:

Errors

Errors use standard HTTP status codes with a JSON body when a message is available.