Resources

Getting Started

1

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.

2

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 Schemas
3

Upload & 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 Document
4

Review & 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 Queue

API 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.

View Full API Documentation