Poll Run Extract
GET
/extract?jobId=${jobId}
Poll to retrieve extraction results
Request
Headers
An API Key is required to access this endpoint.
Name
Value
x-api-key
your_api_key
Response
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 jobresult
ocr
- OCR response dataextracted
- Extracted values
status
- Current state of the job, which can bePENDING
,IN_PROGRESS
,ERROR
, orCOMPLETE
timeElapsed
- Time taken to process
Example
Last updated