Skip to main content
POST
Read Clipboard
Read the current text value from a phone’s clipboard using the installed TapKit iOS Shortcut.

Request

No request body required.

Path Parameters

Query Parameters

Synchronous Response

Returns the clipboard text directly when async=false or omitted:

Asynchronous Response

When ?async=true:
Poll 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.