POST
/
api
/
v1
/
submission
/
{id}
/
sovfixer-parse
Parse Documents via SOV Fixer
curl --request POST \
  --url https://vision.pingintel.com/api/v1/submission/{id}/sovfixer-parse \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "filenames": [
    "<string>"
  ]
}'
{
  "message": "<string>",
  "sovid": "<string>"
}

Authorizations

Authorization
string
header
required

Supports Token-prefixed API keys and Bearer-prefixed JWT-based authentication.

Path Parameters

id
string
required

The pingid of the submission.

Body

filenames
string[]
required

List of filenames to parse. Filenames are references to documents that are already attached to the submission.

Response

message
string
required

Message indicating the status of the request.

sovid
string
required

Identifier returned by SOV Fixer to track the fixing job.