Errors
The Platform API uses standard HTTP status codes and a consistent JSON error body.Error format
HTTP status codes
Support
When reporting issues, includemeta.requestId, HTTP method, path, and timestamp. Email support@coraltalk.com.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
HTTP status codes, error format, and handling guidance for the Platform API.
{
"error": {
"code": "validation_error",
"message": "name is required",
"field": "name"
},
"meta": {
"requestId": "req_abc123"
}
}
| Status | Meaning |
|---|---|
400 | Bad request — missing field or invalid payload |
401 | Unauthorized — invalid, revoked, or env-mismatched API key |
403 | Forbidden — resource belongs to another org |
404 | Not found |
429 | Rate limit exceeded |
500 | Server error — retry with backoff |
meta.requestId, HTTP method, path, and timestamp. Email support@coraltalk.com.Was this page helpful?