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": { "message": "<string>", "status": "SUCCESS", "outputs": [ { "description": "<string>", "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"
The response is of type object.
object