Clipboard Read
Clipboard
Clipboard Read
Read the current clipboard contents from the session’s sandbox OS clipboard.
POST
Clipboard Read
Overview
Reads whatever is currently on the sandbox OS clipboard of a browser session. Returns an empty string when the clipboard is empty. Useful for verifying what a page copied, or for chaining clipboard-driven flows. This endpoint usesPOST with no body so the action is not cached by intermediaries.
Path Parameters
Browser session ID (UUID).
Example Request
Response
Success Response (200)
Current clipboard text. Empty string when the clipboard is empty.
Number of bytes returned (UTF-8 encoded length of
text).True when the clipboard content exceeded the maximum read size and was truncated.
Error Responses
| Status | Description |
|---|---|
401 | Unauthorized — invalid or missing API key. |
404 | Session not found or not owned by the caller. |