Skip to main content

Error Response Format

All errors return a consistent JSON structure with a code, message, and docs link.

Error Codes

CodeHTTP StatusDescription
INVALID_API_KEY401API key is missing or invalid
INSUFFICIENT_SCOPE403API key lacks required scope
INVALID_VERTICAL400Vertical not supported
INVALID_WORKFLOW400Workflow not found for vertical
CONTEXT_ERROR400Required context fields missing
CREATOR_NOT_FOUND404Creator ID does not exist
IP_NOT_FOUND404IP asset not found
RATE_LIMITED429Rate limit exceeded
INTERNAL_ERROR500Internal server error