Integrate powerful OCR capabilities into your applications
All API requests must include your API key in the X-API-Key header.
/api/service/ocr
Parameter | Type | Required | Description |
---|---|---|---|
X-API-Key | string | Required | Your API key for authentication |
Content-Type | string | Required | multipart/form-data Default: |
Parameter | Type | Required | Description |
---|---|---|---|
file | file | Required | The document file to process |
cache_policy | string | Optional | Cache policy to use for this request Default: Options:
|
engine | string | Optional | OCR engine to use for processing Default: Options:
|
raw | boolean | Optional | Whether to return raw OCR results Default: Options:
|
organization_id | string | Required | ID of the organization to process the document for |
Successful OCR processing
Bad request - such as an invalid OCR engine option or file parsing error
Invalid API key
Permission denied
Server error
Sign up for an API key and start integrating OCR capabilities into your applications today.