Submit a document for processing through the pipeline
low, normal, or high| Format | MIME Type | Max Size |
|---|---|---|
application/pdf | 50 MB | |
| PNG | image/png | 25 MB |
| JPG/JPEG | image/jpeg | 25 MB |
| TIFF | image/tiff | 50 MB |
| Status | Description |
|---|---|
queued | Document received and awaiting processing |
processing | Document is being classified and extracted |
completed | Processing finished successfully |
failed | Processing failed (see error details) |
callback_url is provided, a POST request is sent upon completion:
| Status | Code | Description |
|---|---|---|
400 | validation_error | Invalid request or unsupported file format |
401 | unauthorized | Invalid or missing API key |
404 | workflow_not_found | Specified workflow does not exist |
413 | file_too_large | File exceeds maximum allowed size |
422 | invalid_document | Document is corrupted, password-protected, or unreadable |
429 | rate_limit_exceeded | Too many requests (see Rate Limits) |
500 | internal_error | Internal server error |