Base URLs
Two endpoints live at the domain root instead of
/api: GET /healthz and GET /sitemap.xml.
Response format
All JSON responses useapplication/json; charset=utf-8. Timestamps are ISO 8601 in UTC (for example, 2026-09-23T10:00:00Z). Download endpoints redirect (302) or stream binary content with Content-Disposition.
Authentication
Three modes cover every endpoint:
See Auth Overview for details.
Endpoint groups
Errors
Errors return JSON{ "error": "..." } with an HTTP status code. See the Errors reference for the full table and retry guidance.
Rate limiting
Aggressive callers may receive429 Too Many Requests. Back off with exponential delay and jitter.