cURL
curl --request GET \ --url https://api.sovfixer.com/api/v1/sov/{id} \ --header 'Authorization: <api-key>'
{ "request": { "status": "PENDING", "requested_at": "2023-11-07T05:31:56Z", "progress_started_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z", "pct_complete": 123, "last_health_status": "<string>", "last_health_check_time": "2023-11-07T05:31:56Z" }, "result": { "message": "<string>", "status": "SUCCESS", "inputs": [ { "filename": "<string>", "url": "<string>", "status": "SUCCESS", "status_message": "<string>", "identified_document_type": "<string>" } ], "outputs": [ { "description": "<string>", "filename": "<string>", "url": "<string>" } ] } }
Check the status of a SOV parsing request. Returns status of the parsing job, and, when complete, provides links to the output documents.
Token-based authentication with required prefix "Token"
The response is of type object.
object