Get OCR job status
Retrieve the status and results of an OCR job. Returns job progress, extracted text, and metadata when processing is complete.
GET
Documentation Index
Fetch the complete documentation index at: https://docs.case.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key starting with sk_case_
Path Parameters
The OCR job ID returned from the create OCR endpoint
Query Parameters
Include full OCR text in completed responses (default: true)
Available options:
true, false Response
OCR job status and results
OCR job ID
Current job status
Available options:
pending, processing, completed, failed Job creation timestamp
Number of pages processed
Extracted text content (when completed)
Additional processing metadata
Job completion timestamp
Previous
Download OCR resultsDownload OCR processing results in various formats. Returns the processed document as text extraction, structured JSON with coordinates, searchable PDF with text layer, or the original uploaded document.
Next

