latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-21162526470.1 KB

52f1d8aaf083

Run Internals

Write Run Blob

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

post/api/v1/runs/{id}/blobs

Path parameters

idstring required

Unique run identifier (ULID).

Response

Blob written

hashstring required

Content-addressed SHA-256 hash of a stored blob. Hex input is case-insensitive; Fabro emits the canonical lowercase form.

Example response

{
  "hash": "2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824"
}