API Reference
Capture Forms
Define structured data-capture flows the assistant runs during a call, with results delivered by email or SMS.
For a step-by-step walkthrough, read the Capture forms guide.
Endpoints
| Method | Path | Purpose |
|---|---|---|
| GET | /capture-forms | List capture forms |
| POST | /capture-forms | Create capture form |
| GET | /capture-forms/{id} | Get capture form |
| PUT | /capture-forms/{id} | Replace capture form |
| PATCH | /capture-forms/{id} | Update capture form |
| DELETE | /capture-forms/{id} | Delete capture form |