OCR Models
Help for manually integrating OCR models: API reference, test client, and cURL samples.
UUID of the job to retrieve
Automatically redirect to the result URL
trueSuccessful Response
Response for a Job.
Found
Not Found
Unprocessable Content
Too Many Requests
UUID of the inference to retrieve
Form to enqueue an inference for utility models.
Model ID to use for the inference.
Upload a file as bytes. Required if url is not provided.
Download the file from a URL, must be secure (HTTPS) and publicly available. Required if file is not provided.
Upload a file as a base 64 string. Used as an alternative to file. Not recommended, for specific use only.
Base64String==Webhook IDs to call after all processing is finished. If empty, no webhooks will be used. Can be a list or comma-separated string.
Optional filename to associate with the uploaded or fetched file.
Optional: a free-form string to tag the request with your own identifier. For example, an internal document ID, reference number, or database key. If set, it will be included in the job and result responses.
my_file_aliasSuccessful Response
Response for an ocr utility inference.
Not Found
Unprocessable Content
When an OCR utility inference is processed, this payload is sent to the specified webhooks.
Webhooks are specified in the webhooks_ids parameter when enqueuing an OCR utility inference.
Response for an ocr utility inference.
Successful Response
Validation Error
Payload
Last updated
Was this helpful?

