Poll Run Extract
Last updated
Last updated
GET
/extract?jobId=${jobId}
Poll to retrieve extraction results
Headers
An API Key is required to access this endpoint.
Name | Value |
---|---|
The API returns the response in JSON format.
The request will return a 200 with the jobId
, result
, status
, and timeElapsed
.
jobId
- Unique identifier of the job
result
ocr
- OCR response data
extracted
- Extracted values
status
- Current state of the job, which can be PENDING
, IN_PROGRESS
, ERROR
, or COMPLETE
timeElapsed
- Time taken to process
Example
x-api-key
your_api_key