99.9%
Uptime SLA
<200ms
Avg Response Time
50M+
Documents Processed
500+
Active Developers
Get Started in Minutes
From API key to first successful request in under 5 minutes
Get Your API Token
Sign up for a free account and get your API token instantly. Use the x-api-key header for authentication.
Upload Your Document
Use the auto-classify endpoint to upload your document. We support PDF and common image formats for classification.
Get Classification Results
Retrieve the classification results using the result_id. Check the status and get extracted data when processing is complete.
Integrate & Scale
Build the API into your applications for automated document classification and data extraction workflows.
Powerful Features
Everything you need to build intelligent document processing workflows
Lightning Fast
Auto Classification
Enterprise Security
Async Processing
Multiple Formats
Global CDN
API Reference
Complete documentation for all available endpoints and methods
/external/v2/auto-classify
Upload a document file for automatic classification and data extraction.
Headers
- Content-Type: multipart/form-data
- x-api-key: YOUR_API_TOKEN
Body
- file (required): Document file
Response
- data: result_id for tracking
/external/v2/auto-classify/results/
Retrieve classification results using the result_id from the upload request.
Headers
- Content-Type: application/json
- x-api-key: YOUR_API_TOKEN
Parameters
- result_id (required): ID from upload
Response
- data.status: "success", "processing", "error"
- data.result: extracted data object