message field.
Status codes
Treat
400, 401, 404, and 422 as client-correctable errors. Retry only
after you change the request.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Handle API v1 error responses.
{
"success": false,
"message": "Missing API key"
}
message field.
| Status | Meaning |
|---|---|
400 | The request is malformed, a required parameter is missing, or validation failed. |
401 | The API key is missing or invalid. |
404 | The requested resource was not found. |
409 | The request matched more than one company. |
422 | The resource exists but cannot be used for the requested operation. |
500 | An unexpected server error occurred. Retry with backoff if the operation is safe to repeat. |
400, 401, 404, and 422 as client-correctable errors. Retry only
after you change the request.