ISOApplication
Upload an ISO application PDF for automated scrubbing in under 15 seconds (base64)
This endpoint is for uploading ISO application PDFs in base64 format.
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
The base64 encoded string of the file
Example:
"base64_encoded_string"
The original filename of the ISO application form
Example:
"iso_app.pdf"
A reference id for the file
Example:
"your-file-id"