POST
/
api
/
v1
/
submission
/
{id}
/
document
curl --request POST \
  --url https://vision.pingintel.com/api/v1/submission/{id}/document \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'file=<string>'
{
  "message": "<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

Response

201
application/json

The response is of type object.