Skip to main content
POST
/
v1
/
phones
/
{phone_id}
/
shortcut
Run Shortcut
curl --request POST \
  --url https://api.example.com/v1/phones/{phone_id}/shortcut
Run an iOS Shortcut by index.

Request

curl -X POST https://api.tapkit.ai/v1/phones/{phone_id}/shortcut \
  -H "X-API-Key: joot_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"index": 0}'

Request Body

{
  "index": 0
}
FieldTypeRequiredDescription
indexintegerYesShortcut position (0-based)