API Reference
The Torqvoice API is a REST API that returns JSON. All endpoints are available on your self-hosted instance.
Base URL
https://your-instance.comContent Type
application/jsonAuthentication
Session-based via Better Auth
Status Codes
| Code | Meaning |
|---|---|
| 200 | OK — Request succeeded |
| 400 | Bad Request — Invalid parameters or body |
| 401 | Unauthorized — Missing or invalid session |
| 404 | Not Found — Resource does not exist |
| 500 | Internal Server Error |
| 503 | Service Unavailable |