> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tapkit.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Run Shortcut

> Execute an iOS Shortcut

Run an iOS Shortcut by index.

## Request

```bash theme={null}
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

```json theme={null}
{
  "index": 0
}
```

| Field   | Type      | Required | Description                 |
| ------- | --------- | -------- | --------------------------- |
| `index` | `integer` | Yes      | Shortcut position (0-based) |
