cURL
curl --request POST \ --url https://api.tapkit.ai/phones/{phone_id}/pinch \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "x": 123, "y": 123, "action": "pinch_in" } '
Pinch gesture
pinch_in
pinch_out
rotate_cw
rotate_ccw
Successful response