Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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
The heron_id of the end user file
OK
Was this page helpful?