Run OCR (Async)

POST
Run OCR on an Base64 encoded image or PDF. This endpoint will return immediately and the OCR will be processed asynchronously.

Request

This endpoint expects an object.
mimeTypestringRequired
MIME type of the image. Supported types are image/png, image/jpeg, and application/pdf.
imagestringRequired
Base64 encoded image or PDF. PNG, JPG, WEBP, and PDF are supported. 10MB max.
vendorNetworkenumOptional
Allowed values: allplatformentity
Limit OCR vendor search to a specific network
entityIdstringOptional
When using the Entity vendor network, specify the entity to use if. EntityId on an auth token will take precedence over this parameter.

Response

This endpoint returns an object
jobIdstring