Base URL
Authentication
All endpoints (except/health) require Bearer token authentication:
API Endpoints
Documents
Upload and manage PDF documents
Jobs
Track extraction job status
Webhooks
Configure webhook notifications
API Keys
Manage API keys programmatically
System
Health check endpoints
OpenAPI Specification
The API is documented using OpenAPI 3.0. You can access the specification at:- JSON:
https://api.docintell.com/openapi.json - Swagger UI:
https://api.docintell.com/docs - ReDoc:
https://api.docintell.com/redoc
Response Format
All responses are JSON. Successful responses return the requested data:Rate Limits
| Operation | Limit |
|---|---|
| Document Ingestion | 100/hour |
| Job Status Checks | 1,000/hour |
Pagination
List endpoints support pagination:| Parameter | Type | Default | Description |
|---|---|---|---|
page | integer | 1 | Page number (1-indexed) |
per_page | integer | 20 | Items per page (max 100) |