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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.herondata.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?