curl --request POST \
--url https://app.herondata.io/api/end_user_files/{heron_id}/parse_file \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"parser_id": null
}
'curl --request POST \
--url https://app.herondata.io/api/end_user_files/{heron_id}/parse_file \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"parser_id": null
}
'Was this page helpful?