---
title: "Get EndUserFile as a base64 string"
method: GET
path: "/api/end_user_files/{heron_id}/file"
tags: ["EndUserFiles"]
---

# Get EndUserFile as a base64 string

`GET /api/end_user_files/{heron_id}/file`

Get the base64 string representation of an end user file

## Path parameters

- `heron_id` string, required

## Response `200`

OK

- EndUserFileBase64Schema
  - `file_b64` string
  - `mime_type` string

---

[API](https://skmtc.net/herondata/apis/heron-data-api.md) · [All operations](https://skmtc.net/herondata/apis/heron-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/herondata/heron-data-api/versions/f2e441edece2/schema)
