POST
/
api
/
iso_applications
/
base64
Upload an ISO application PDF for automated scrubbing in under 15 seconds (base64)
curl --request POST \
  --url https://app.herondata.io/api/iso_applications/base64 \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "file_base64": "base64_encoded_string",
  "filename": "iso_app.pdf",
  "reference_id": "your-file-id"
}'
{
  "heron_id": "<string>",
  "status": "processing"
}

Authorizations

x-api-key
string
header
required

Body

application/json
file_base64
string
required

The base64 encoded string of the file

Example:

"base64_encoded_string"

filename
string
required

The original filename of the ISO application form

Example:

"iso_app.pdf"

reference_id
string | null

A reference id for the file

Example:

"your-file-id"

Response

200 - application/json

OK

heron_id
string

e.g. iso_

status
enum<string>
Available options:
processing