Skip to main content

Base URL

API key

Every request takes your API key as a bearer token. There are no other credentials and no per-request signing.
Your key identifies your organization. Keep it server-side; it is not safe to expose in a browser or mobile client. In the API reference playground, paste your key into the Authorization field once and every “Try it” call is signed for you.

When auth fails

Every error body is { "detail": "<message>" }. See Errors for the full list.