Skip to main content
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>"
  ],
  "sovfixer_request_type": "WORKING_SOV"
}
'
{
  "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.

sovfixer_request_type
enum<string> | null

Optional selection for the type of SOV to request

  • WORKING_SOV - Working SOV
  • UPDATED_SOV - Updated SOV
Available options:
WORKING_SOV,
UPDATED_SOV,
null

Response

message
string
required

Message indicating the status of the request.

sovid
string
required

Identifier returned by SOV Fixer to track the fixing job.