Queue
Query parameters
jobIdstringRequired
Job ID from the 202 response
jobTokenstringRequired
Job token for authorization
Responses
200
Job status
application/json
statusstring · enumOptionalPossible values:
positionintegerOptional
estimatedWaitMsintegerOptional
errorstringOptional
400
Missing jobId or jobToken
403
Invalid job token
404
Job not found
get
/api/queueQuery parameters
jobIdstringRequired
jobTokenstringRequired
Responses
200
Processed file binary
application/octet-stream
string · binaryOptional
202
Job not ready yet — poll /api/queue first
403
Invalid job token
404
Job not found
410
Result expired or already fetched
get
/api/queue/resultLast updated