curl --request POST \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/trigger_file_processing \
--header 'x-api-key: <api-key>'{
"success": true
}Triggers file classification command for all files belonging to an end user
curl --request POST \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/trigger_file_processing \
--header 'x-api-key: <api-key>'{
"success": true
}Was this page helpful?