REST API endpoints reference
Available endpoints
All endpoints are relative to your VoiceCraft instance base URL. Session-authenticated routes require a valid login. Webhook routes require the x-api-key header.
Agents
Method | Endpoint | Description |
|---|---|---|
GET |
| List all agents (add |
POST |
| Create a new agent |
GET |
| Get agent details |
PATCH |
| Update agent configuration |
DELETE |
| Soft-delete an agent |
Calls
Method | Endpoint | Description |
|---|---|---|
GET |
| List calls (filterable by agent, outcome, date) |
POST |
| Log a call (from gateway/agent worker) |
GET |
| Call detail with transcript |
GET |
| Call recording audio |
GET |
| Voicemail transcription |
GET |
| Knowledge base references used |
Contacts
Method | Endpoint | Description |
|---|---|---|
GET |
| List all contacts |
POST |
| Create a contact |
PATCH |
| Update a contact |
Appointments
Method | Endpoint | Description |
|---|---|---|
GET |
| List appointments |
POST |
| Create an appointment |
GET |
| Appointment detail |
Messages
Method | Endpoint | Description |
|---|---|---|
GET |
| List conversation threads |
POST |
| Send a message |
GET |
| Thread detail |
Forms
Method | Endpoint | Description |
|---|---|---|
GET/POST |
| List or create form templates |
GET/POST |
| List or create submissions |
GET |
| Submission detail |
POST |
| Edit a submission |
POST |
| Export as PDF |
POST |
| Redact PII (HIPAA) |
Orders
Method | Endpoint | Description |
|---|---|---|
GET/POST |
| List or create orders |
Analytics
Method | Endpoint | Description |
|---|---|---|
GET |
| Aggregated workspace metrics |
Knowledge
Method | Endpoint | Description |
|---|---|---|
GET/POST |
| List or upload documents |
Notifications
Method | Endpoint | Description |
|---|---|---|
GET |
| Notification feed |
PATCH |
| Mark as read |
Team
Method | Endpoint | Description |
|---|---|---|
GET/POST |
| List or invite members |
POST |
| Remove a member |
PATCH |
| Change a member's role |
All list endpoints support cursor-based pagination.
¿Te resultó útil este artículo?
Artículos relacionados
¿Necesitas más ayuda?
¿No encuentras lo que buscas?