cURL
curl --request GET \ --url https://demo.descriptor.ai/api/v1/offline/processing/{result_id} \ --header 'Authorization: Bearer <token>'
{ "status": "pending", "progress": 50, "result": {}, "error": "<string>" }
Retrieve the analysis results for a given result_id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Current status of the analysis
pending
processing
completed
failed
Processing progress percentage
0 <= x <= 100
Analysis results when processing is complete
Error message if processing failed