v1

latestOpenAPI 3.0.02026-07-26224386470.0 KB
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/api/iso_applications/base64

Request body

file_base64string required

The base64 encoded string of the file

filenamestring required

The original filename of the ISO application form

reference_idstring nullable

A reference id for the file

Example request

{
  "file_base64": "base64_encoded_string",
  "filename": "iso_app.pdf",
  "reference_id": "your-file-id"
}

Response

OK

heron_idstring

e.g. iso_

status'processing'