Integrate intelligent OCR into your applications in minutes
Start by getting your API key from your dashboard:
DataScribe API uses Bearer token authentication. Include your API key in the Authorization header of each request:
Security: Never expose your API key on the client side. Use it only server-side.
/ocr
Process a document and extract text via OCR
Parameter | Type | Required | Description |
---|---|---|---|
file | File | Yes | Document to process (PDF, image) |
language | String | No | Language code (auto-detection if omitted) |
format | String | No | Output format: text, json (default: text) |
/batch
Process multiple documents in batch
/status/{job_id}
Check the status of an ongoing process
Code | Description | Solution |
---|---|---|
400 | Invalid request | Check the parameters sent |
401 | Authentication failed | Check your API key |
413 | File too large | Limit to 50MB per file |
422 | Unsupported format | Use PDF, JPEG, PNG or TIFF |
429 | Rate limit reached | Reduce the frequency of calls |
Our technical team is here to help you with integration