Authorizations
Path Parameters
The heron_id of the end user file
curl --request GET \
--url https://app.herondata.io/api/end_user_files/{heron_id}/file \
--header 'x-api-key: <api-key>'{
"file_b64": "<string>",
"mime_type": "<string>"
}Get the base64 string representation of an end user file
curl --request GET \
--url https://app.herondata.io/api/end_user_files/{heron_id}/file \
--header 'x-api-key: <api-key>'{
"file_b64": "<string>",
"mime_type": "<string>"
}The heron_id of the end user file
Was this page helpful?