Quickstart
Check Status
Learn how to monitor the processing status of your documents
Checking Processing Status
After submitting documents for processing, you can monitor their status using the job ID received in the processing response.
Status Endpoints
cURL
JavaScript
Status Response
The API returns the current status of the processing job:
Status Values
- pending - Job is queued for processing
- processing - Document is being processed
- completed - Processing finished successfully
- failed - Processing failed
Implementing Status Polling
Here’s an example of how to implement status polling:
JavaScript
When polling for status, implement appropriate retry logic and error handling. We recommend polling every 5-10 seconds.
Next Steps
Code Examples
See complete code examples for the entire workflow