Skip to main content
POST
/
document
/
upload
/
multi
/
cURL
curl --request POST \
  --url https://api.example.com/document/upload/multi/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'files=<string>' \
  --form files.items='@example-file'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
files
file[]
required

PDF files to upload.

type
enum<string>
required

Document type applied to every uploaded file.

Available options:
TOLL,
VIOLATION,
UNKNOWN

Response

Documents created.