HTTP 401
missing_api_keyAPI key required
This endpoint requires a Comidoc developer API key.
Resolution
Send Authorization: Bearer cmd_live_… with a key from https://comidoc.com/developers.
Response handling
Keep the response's request_id for diagnostics. Retry only transient 429 and 503 responses, using the rate-limit headers and exponential backoff with jitter. Correct 400, 401, and 403 requests before retrying.