POST
/
api
/
v1
/
sov
/
{id}
/
get_or_create_output
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>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
string
required

Body

Response

200 - application/json

The response is of type object.