API Error Code Reference
API Error Code Reference
It is intended to help developers quickly locate the cause of an error during integration and troubleshooting.
Overview
Code | Identifier | Brief Description |
---|---|---|
301 | PARAMS_INVALID | Invalid or missing parameters |
380 | WORKFLOW_NOT_EXISTS | The specified workflow does not exist |
415 | TASK_INSTANCE_MAXED | No available dedicated instances |
421 | TASK_QUEUE_MAXED | Concurrency limit reached for shared API |
423 | TASK_NOT_FOUNED | Task not found |
433 | VALIDATE_PROMPT_FAILED | Workflow validation failed |
801 | APIKEY_UNSUPPORTED_FREE_USER | Free users are not allowed to use API Keys |
802 | APIKEY_UNAUTHORIZED | API Key is unauthorized or expired |
803 | APIKEY_INVALID_NODE_INFO | nodeInfoList does not match the workflow |
804 | APIKEY_TASK_IS_RUNNING | Task is still running |
805 | APIKEY_TASK_STATUS_ERROR | Task status is abnormal |
806 | APIKEY_USER_NOT_FOUND | User not found |
807 | APIKEY_TASK_NOT_FOUND | Task not found |
808 | APIKEY_UPLOAD_FAILED | File upload failed |
809 | APIKEY_FILE_SIZE_EXCEEDED | File size exceeds limit |
811 | CORPAPIKEY_INVALID | Enterprise API Key is invalid |
812 | CORPAPIKEY_INSUFFICIENT_FUNDS | Enterprise account balance is insufficient |
813 | APIKEY_TASK_IS_QUEUED | Task is queued |
901 | WEBAPP_NOT_EXISTS | WebApp does not exist |
500 | UNKNOWN_ERROR | Unknown error |
Key Error Codes
301 PARAMS_INVALID
1.
2.
415 TASK_INSTANCE_MAXED
1.
2.
421 TASK_QUEUE_MAXED
1.
2.
433 VALIDATE_PROMPT_FAILED
1.
msg
field in the response.2.
803 APIKEY_INVALID_NODE_INFO
nodeInfoList
does not match the bound workflow.nodeId
exist in the workflow definition?fieldName
and fieldValue
exactly match the node’s input fields?1.
2.
500 UNKNOWN_ERROR
1.
2.
Additional Notes
Contact Us
taskId
Modified at 2025-06-23 15:46:05