---
title: "Download Public Blob"
method: GET
path: "/api/files/public/{sha256}"
---

# Download Public Blob

`GET /api/files/public/{sha256}`

Unauthenticated read of any blob whose sha is referenced by at
least one non-deleted user_files row with is_public=1. Used by the
cloud chat surface to render `![](url)` for figures the model
generated. The CDN-friendly URL has no user-id in it because
content-addressed: same image uploaded by two users is the same
blob and the same URL.

## Path parameters

- `sha256` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/omicos/apis/omicos-server.md) · [All operations](https://skmtc.dev/omicos/apis/omicos-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omicos/omicos-server/revisions/a00b94573ffe/schema)
