Quickstart
Upload Documents
Learn how to upload documents for processing
Document Upload
Before processing documents, you need to upload them to our secure servers. The upload endpoint accepts PDF, JPG, JPEG, and PNG files.
Upload Endpoint
Example Implementation
Response Format
Best Practices
- File Size - Keep files under 10MB for optimal processing
- Image Quality - Ensure documents are clear and readable
- File Format - Use PDF for best results
- Error Handling - Always implement proper error handling
Store the doc_id
from the response - you’ll need it to process the document.
Next Steps
Process Documents
Learn how to process your uploaded documents