Check Status
Check the status of a task submitted to the API.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
subscription_keystringRequired
Responses
201Success
application/json
errorstring · enumOptionalPossible values:
post/api/v2/status
POST /api/v2/status HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 27
{
"subscription_key": "text"
}201Success
{
"error": "OK",
"jobs": [
{
"uuid": "text",
"status": "Waiting"
}
]
}Status
Meaning
Pricing
Request
Authentication
Body
Parameter
Type
Description
Response
Property
Type
Description
Examples
Last updated
Was this helpful?