cURL
curl --request POST \ --url https://api.tapkit.ai/phones/{phone_id}/drag \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "from_x": 123, "from_y": 123, "to_x": 123, "to_y": 123 } '
Drag gesture
Successful response