Skip to main content
GET
/
api
/
v1
/
sov
/
get_or_create_output
/
{id}
Get/Check SOV Output Result
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>"
  }
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
string
required

ID returned by the "Get Or Create SOV Output" call.

Response

200 - application/json

SOV output response.

request
object
required

Information about the request.

result
object

Result when done processing. This key will be missing until the request.status is COMPLETE.