Skip to main content
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 uses POST with no body so the action is not cached by intermediaries.

Path Parameters

string
required
Browser session ID (UUID).

Example Request

Response

Success Response (200)

string
Current clipboard text. Empty string when the clipboard is empty.
integer
Number of bytes returned (UTF-8 encoded length of text).
boolean
True when the clipboard content exceeded the maximum read size and was truncated.
Example Response:

Error Responses