---
title: "Write Run Blob"
method: POST
path: "/api/v1/runs/{id}/blobs"
tags: ["Run Internals"]
---

# Write Run Blob

`POST /api/v1/runs/{id}/blobs`

Writes an opaque binary blob and returns its content-addressed blob identifier.

## Path parameters

- `id` string, required

## Response `200`

Blob written

- WriteBlobResponse — Content-addressed identifier for a stored blob.
  - `id` string, required — Blob identifier.

## Other responses

- `404` — Run not found

---

[API](https://skmtc.net/fabro-sh/apis/fabro-run-api.md) · [All operations](https://skmtc.net/fabro-sh/apis/fabro-run-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fabro-sh/fabro-run-api/versions/bee030053823/schema)
