cURL
curl --request POST \ --url https://api.example.com/phones/{phone_id}/flick
Quick swipe gesture
curl -X POST https://api.tapkit.ai/phones/{phone_id}/flick \ -H "X-API-Key: TK_your_api_key" \ -H "Content-Type: application/json" \ -d '{"x": 500, "y": 1000, "direction": "up"}'
{ "x": 500, "y": 1000, "direction": "up" }
x
integer
y
direction
string
"up"
"down"
"left"
"right"