Skip to main content
Version: 1.0

ODIN Cortex REST API

The ODIN Cortex REST API is the single control plane for real-time voice transcription, AI annotations, content moderation, gatherings and serverless functions. Every Cortex feature is reachable here, which makes this reference the place to start when building your own client in a language without an official SDK.

Authenticate with an API key (Authorization: ApiKey ots_live_... or X-API-Key: ots_live_...) for server-to-server integrations, or a JWT bearer token for dashboard/user sessions. See the Authentication guide for details.

Authentication

Server-to-server API key. Send as X-API-Key: ots_live_... or Authorization: ApiKey ots_live_.... Create and scope keys in the ODIN Cortex dashboard.

Security Scheme Type:

apiKey

Header parameter name:

X-API-Key