cURL
curl --request GET \ --url https://api.sovfixer.com/api/v1/sov/get_or_create_output/{id} \ --header 'Authorization: <api-key>'
{ "request": { "status": "PENDING" }, "result": { "label": "<string>", "output_format": "<string>", "scrubbed_filename": "<string>", "url": "<string>" } }
Get the status of a SOV output request, and the result if it is complete.
Token-based authentication with required prefix "Token"
ID returned by the "Get Or Create SOV Output" call.
SOV output response.
Information about the request.
Show child attributes
Result when done processing. This key will be missing until the request.status is COMPLETE.