Base URL
Endpoints
| Endpoint | Method | Description |
|---|---|---|
/studies | GET | List studies and check interview capacity |
/studies/:id | GET | Get study details, questions, and interview count |
/interviews | GET | List interviews for a study |
/interviews/:id | GET | Get interview with full transcript |
/releases | GET | List releases for your project |
/releases/:id | GET | Get release details and linked chat ID |
/chats | GET | List customer-visible chats for your project |
/chats/:id | GET | Get chat metadata and visible message count |
/webhooks | PUT GET DELETE | Configure webhook notifications |
Error handling
| Status | Meaning |
|---|---|
200 | Success |
201 | Resource created |
204 | Deleted successfully |
400 | Invalid request body |
401 | Missing or invalid API key |
404 | Resource not found |
204).
Pagination
List endpoints return paginated results using cursor-based pagination:limit to control page size (default 20, max 100). When has_more is true, pass starting_after with the id of the last item to get the next page.