Skip to main content
GET
/
jobs
/
{id}
cURL
curl --request GET \
  --url https://api.anyformat.ai/jobs/{id}/ \
  --header 'X-API-Key: <api-key>'
{
  "id": "<string>",
  "status": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "processed_at": "2023-11-07T05:31:56Z",
  "results": {},
  "verification_url": "<string>"
}

Authorizations

X-API-Key
string
header
required

API key authentication. Add your API key with the X-API-Key header.

Path Parameters

id
string
required

Response

200 - application/json
id
string
required
status
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
processed_at
string<date-time> | null
results
object
verification_url
string | null