v32

OpenAPI 3.0.3AGPL-3.0-onlyraw.githubusercontent.com2026-08-0178220333.8 KB
clipboard

POST /clipboard/capture-current

Capture whatever is on the OS clipboard right now into history, without waiting for a change event (issue #1169: lets a caller preserve a concurrent write — e.g. something copied during the daemon's startup window — before overwriting the OS clipboard with a restored entry). Wrapped in the canonical { data, ts } envelope (ADR-008 §0.1/§0.2). entryId: null means there was nothing on the OS clipboard to capture; this is not an error.

post/clipboard/capture-current

Response

Current OS clipboard content captured (or nothing to capture)

tsinteger required

Server time when the response was built (unix epoch milliseconds).