cURL
curl --request POST \ --url https://api.sovfixer.com/api/v1/sov/{id}/get_or_create_output \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "output_format": "<string>", "revision": -1, "overwrite_existing": false }'
{ "request": { "status": "PENDING" }, "result": { "message": "<string>", "status": "SUCCESS", "outputs": [ { "description": "<string>", "filename": "<string>", "url": "<string>" } ] } }
If an output file is already available, it will be returned. If not, a new output file will be generated and an id will be provided to check the status.
Token-based authentication with required prefix "Token"
The response is of type object.
object