Copy Text
Apps & Automation
Copy Text
Copy text to the phone’s clipboard
POST
Copy Text
Load text into the phone’s clipboard via the iOS Shortcut. The text is staged on the server, then the copy shortcut is triggered via Switch Control so the phone picks it up and copies it to its clipboard. This is the recommended way to input text in MCP sessions — copy the text, then tap a text field and paste.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 |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
text | string | Yes | The text to copy to the phone’s clipboard |
Response
Status: 200 OKExamples
Python
Copy and Paste Workflow
Related Endpoints
- Read Clipboard - Read text from the phone clipboard
- Tap - Tap to focus a text field