POST
/
api
/
end_users
/
{end_user_id_or_heron_id}
/
pdfs
/
parse
curl --request POST \
  --url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/pdfs/parse \
  --header 'Authorization: Basic <encoded-value>'
{
  "pdf_heron_ids": [
    "<string>"
  ],
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

end_user_id_or_heron_id
string
required

The end_user_id or heron_id of EndUser to upload

Response

200 - application/json
OK
pdf_heron_ids
string[]
request_id
string

Unique UUID per request