cURL
curl --request POST \ --url https://vision.pingintel.com/api/v1/submission \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "files": [ "<string>" ], "team_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "client_ref": "<string>", "insured_name": "<string>", "inception_date": "2023-12-25", "expiration_date": "2023-12-25" }'
{ "message": "<string>", "url": "<string>", "id": "<string>" }
Initiate a new submission for processing. Supports sending in one or multiple documents at once, or a single .eml file.
Supports Token-prefixed API keys and Bearer-prefixed JWT-based authentication.
Token
Bearer
The response is of type object.
object