clipboard

GET /clipboard/thumbnails/:rep_id

Serves the raw bytes of a representation's thumbnail. 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 thumbnail is unknown, 500 on an internal resolution failure.

get/clipboard/thumbnails/{rep_id}

Path parameters

rep_idstring required

Representation identifier

Response

Raw thumbnail bytes

Changes

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