curl --request POST \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/pdfs/parse \
--header 'x-api-key: <api-key>'
{
"pdf_heron_ids": [
"<string>"
],
"request_id": "<string>"
}
Starts parsing all PDFs for a specified end users. This will not restart any PDFs that are already being parsed
curl --request POST \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/pdfs/parse \
--header 'x-api-key: <api-key>'
{
"pdf_heron_ids": [
"<string>"
],
"request_id": "<string>"
}
The end_user_id
or heron_id
of EndUser to upload
OK
The response is of type object
.
Was this page helpful?