Screenshot
Inspection
Screenshot
Capture a screenshot from the phone
GET
Screenshot
Capture a screenshot from the phone’s current screen. This is an inspection endpoint: the Mac app reads the current phone screen and returns image data. It does not send input to the phone or change phone state.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 PNG image data directly withContent-Type: image/png.
Asynchronous Response
When?async=true:
GET /jobs/{job_id}/download.
Examples
Sync Screenshot (curl)
Sync Screenshot (Python)
Async Screenshot
Errors
Mac App Not Running
Timeout
408 Request Timeout