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.com

Content Type

application/json

Authentication

Session-based via Better Auth

Status Codes

CodeMeaning
200OK — Request succeeded
400Bad Request — Invalid parameters or body
401Unauthorized — Missing or invalid session
404Not Found — Resource does not exist
500Internal Server Error
503Service Unavailable