Skip to main content
POST
/
phones
/
{phone_id}
/
siri
Siri
curl --request POST \
  --url https://api.example.com/phones/{phone_id}/siri
Activate Siri voice assistant.

Request

curl -X POST https://api.tapkit.ai/phones/{phone_id}/siri \
  -H "X-API-Key: TK_your_api_key"
No request body required.
Siri must be enabled on the device. Voice input is not supported through this API.