Skip to main content
POST
/
phones
/
{phone_id}
/
drag
Drag
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
}
'

Authorizations

X-API-Key
string
header
required

Path Parameters

phone_id
string
required

Query Parameters

async
boolean
default:false

Body

application/json
from_x
integer
required
from_y
integer
required
to_x
integer
required
to_y
integer
required

Response

200

Successful response