GET
/
api
/
v1
/
sov
/
{id}
curl --request GET \
  --url https://api.sovfixer.com/api/v1/sov/{id} \
  --header 'Authorization: <api-key>'
{
  "request": {
    "status": "PENDING",
    "requested_at": "2023-11-07T05:31:56Z",
    "progress_started_at": "2023-11-07T05:31:56Z",
    "completed_at": "2023-11-07T05:31:56Z",
    "pct_complete": 123,
    "last_health_status": "<string>",
    "last_health_check_time": "2023-11-07T05:31:56Z"
  },
  "result": {
    "message": "<string>",
    "status": "SUCCESS",
    "inputs": [
      {
        "filename": "<string>",
        "url": "<string>",
        "status": "SUCCESS",
        "status_message": "<string>",
        "identified_document_type": "<string>"
      }
    ],
    "outputs": [
      {
        "description": "<string>",
        "filename": "<string>",
        "url": "<string>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
string
required

Response

200 - application/json

The response is of type object.