cURL
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>" }
Upload an additional document to attach to a submission.
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