Skip to main content
POST
/
v1
/
phones
/
{phone_id}
/
volume-up
Volume Up
curl --request POST \
  --url https://api.example.com/v1/phones/{phone_id}/volume-up
Increase the device volume by one step.

Request

curl -X POST https://api.tapkit.ai/v1/phones/{phone_id}/volume-up \
  -H "X-API-Key: TK_your_api_key"

Path Parameters

ParameterTypeDescription
phone_idstringThe phone identifier
No request body required.