Read Clipboard
Apps & Automation
Read Clipboard
Read text from the phone’s clipboard
POST
Read Clipboard
Read the current text value from a phone’s clipboard using the installed TapKit iOS Shortcut.Documentation Index
Fetch the complete documentation index at: https://docs.tapkit.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request
Path Parameters
| Parameter | Type | Description |
|---|---|---|
phone_id | string | The phone identifier |
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
async | boolean | false | Return immediately with job ID |
Synchronous Response
Returns the clipboard text directly whenasync=false or omitted:
| Field | Type | Description |
|---|---|---|
text | string | Clipboard text returned by the phone |
empty | boolean | Whether the returned text is empty |
job_id | string | Job that tracked the clipboard read |
Asynchronous Response
When?async=true:
GET /v1/jobs/{job_id} for completion. The completed job result contains text and empty.
Notes
- Reads text clipboard content only.
- Requires the TapKit iOS Shortcut to be installed and updated.
- The returned clipboard text is stored in the job result.
Related Endpoints
- Copy Text - Copy text to the phone clipboard
- Run Shortcut - Execute an iOS Shortcut