clipboard

GET /clipboard/blobs/:blob_id

Serves the raw bytes of a stored blob. Binary endpoint: the response is application/octet-stream (the resolved MIME type when known), NOT the { data, ts } JSON envelope (ADR-008 §0.2 keeps binary endpoints exempt). Returns 404 if the blob is unknown, 500 on an internal resolution failure.

get/clipboard/blobs/{blob_id}

Path parameters

blob_idstring required

Blob identifier

Response

Raw blob bytes

Changes

No recorded changes to this endpoint across all 44 revisions of this API.