POST
/
api
/
v1
/
submission
Initiate New Submission
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>"
}

Authorizations

Authorization
string
header
required

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

Body

Response

201
application/json

The response is of type object.