GET
/
api
/
v1
/
submission
/
{id}
/
document
/
{filename}
curl --request GET \
  --url https://vision.pingintel.com/api/v1/submission/{id}/document/{filename} \
  --header 'Authorization: <api-key>'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Path Parameters

filename
string
required

The filename of the document to download.

id
string
required

The pingid of the submission.

Response

200
application/pdf

The response is of type file.