API & Webhooks
Integrate document processing into your applications
API Keys
Production Key Active
sk-prod-••••••••••••4a2f Created Aug 1, 2026 · Last used 2h ago
Development Key Active
sk-dev-••••••••••••8e1c Created Jul 15, 2026 · Last used 5m ago
Webhooks
Production Webhook
https://erp.example.com/webhooks/documind document.processed document.failed batch.completed
REST API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/v1/documents | Upload and process a document |
| POST | /api/v1/batches | Create a batch processing job |
| GET | /api/v1/documents/{id} | Get document details and extracted data |
| GET | /api/v1/batches/{id} | Get batch status and progress |
| GET | /api/v1/templates | List extraction templates |
| POST | /api/v1/templates | Create an extraction template |
| POST | /api/v1/documents/{id}/reprocess | Reprocess a failed document |
| STREAM | /api/v1/stream?batchId={id} | Server-Sent Events (SSE) for real-time batch progress |