Getting Started
Configure API Key
Generate an API key to start submitting documents for processing. You'll need this key to authenticate requests to the Document AI API. Store it securely and don't share it publicly.
API keys are managed in your account settings.
Define Schemas
Create schemas for your document types with field definitions and validation rules. You can start from pre-built templates or create custom schemas tailored to your specific document types.
View SchemasUpload & Process Documents
Submit documents via API or upload them directly through the dashboard for automated extraction. The system will extract data according to your defined schema and return structured results with confidence scores.
Upload DocumentReview & Iterate
Monitor your document processing queue, review extracted data, and handle any documents that need human review. Use the feedback system to improve extraction accuracy over time.
View QueueAPI Integration
POST /api/v1/documents
Submit a document for processing by sending a file and specifying the schema to use. The API returns a document ID that you can use to poll for results.