Skip to main content

Error Codes

HTTP Error CodeDescription​

HTTP Status Codeerror.codeDescription
400INVALID_REQUESTInvalid request parameters, e.g. missing model or prompt, or incorrect model format.
401—Authorization header missing or token invalid.
404TASK_NOT_FOUNDtask_id does not exist, or the task does not belong to the current API Key.
500INTERNAL_ERRORInternal server error. Please try again later.

⚠️ Error response format is unified as: { "error": { "code": "...", "message": "..." } }