Error Format
HTTP Status Codes
Error Types
Full Error Reference
View all error codes
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
New: French documentation now available! Switch to French
Error handling in the TXCloud API
{
"error": {
"code": "invalid_request",
"message": "Document image is required",
"type": "validation_error",
"param": "document_front",
"request_id": "req_a1b2c3d4"
}
}
| Status | Description |
|---|---|
| 200 | Success |
| 201 | Created |
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 429 | Rate Limited |
| 500 | Server Error |
| Type | Description |
|---|---|
validation_error | Invalid request parameters |
authentication_error | Invalid or missing API key |
rate_limit_error | Too many requests |
not_found_error | Resource not found |
api_error | Internal server error |