cURL
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>" }
Send attached documents to SOV Fixer for parsing.
Supports Token-prefixed API keys and Bearer-prefixed JWT-based authentication.
Token
Bearer
The pingid of the submission.
The response is of type object.
object