Async Jobs
Create async OCR job
Submits an OCR request for asynchronous execution. Returns a job ID immediately with HTTP 202. Poll the corresponding GET endpoint with the job ID to retrieve the result.
post/v1/async/ocr
Headers
x-bf-async-job-result-ttlinteger
Time-to-live in seconds for the job result after completion. Defaults to 3600 (1 hour). After expiry, the job result is automatically cleaned up.
Request body
Example request
{
"model": "mistral/mistral-ocr-latest"
}Response
Job accepted for processing