GET
/
job
/
{id}
Poll Job
curl --request GET \
  --url https://api.documind.xyz/job/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "createdAt": "<string>",
  "status": "<string>",
  "pages": 123,
  "type": "<string>",
  "fileName": "<string>",
  "result": {},
  "formats": {}
}

Params

id
string
The id of the extraction job.

Response

id
string
The unique id of the extraction job.
createdAt
string
Date and time when the job was created.
status
string
Status of the job. This can be CREATED, COMPLETED, FAILED or IN_PROGRESS.
pages
number
Number of pages in the document processed.
type
string
default:"extraction"
The type of job.
fileName
string
The file URL.
result
object
The result of the extracted job.
formats
object
Available formats for the document.