Skip to main content
POST
/
phones
/
{phone_id}
/
double-tap
Double Tap
curl --request POST \
  --url https://api.example.com/phones/{phone_id}/double-tap
Execute a double tap at the specified coordinates.

Request

curl -X POST https://api.tapkit.ai/phones/{phone_id}/double-tap \
  -H "X-API-Key: TK_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"x": 100, "y": 200}'

Request Body

{
  "x": 100,
  "y": 200
}
FieldTypeDescription
xintegerX coordinate in pixels
yintegerY coordinate in pixels

Use Cases

  • Zoom in on images or maps
  • Select text
  • Quick actions in some apps