API Reference
Assistants
Create, list, update, and delete the voice assistants in your tenant.
For a step-by-step walkthrough, read the Assistants guide.
Endpoints
| Method | Path | Purpose |
|---|---|---|
| GET | /assistants | List assistants |
| POST | /assistants | Create assistant |
| GET | /assistants/{id} | Get assistant |
| PATCH | /assistants/{id} | Update assistant |
| DELETE | /assistants/{id} | Delete assistant |
| PATCH | /assistants/{id}/sms-enabled | Set SMS enabled |