cURL
curl --request POST \ --url https://api.example.com/phones/{phone_id}/double-tap
Double tap at coordinates
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}'
{ "x": 100, "y": 200 }
x
integer
y