v32

OpenAPI 3.0.3AGPL-3.0-onlyraw.githubusercontent.com2026-08-0178220333.8 KB
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