Skip to main content
POST
/
phones
/
{phone_id}
/
pinch
Pinch
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"
}
'

Authorizations

X-API-Key
string
header
required

Path Parameters

phone_id
string
required

Query Parameters

async
boolean
default:false

Body

application/json
x
integer
required
y
integer
required
action
enum<string>
required
Available options:
pinch_in,
pinch_out,
rotate_cw,
rotate_ccw

Response

200

Successful response