Get Models
Text To Speech
Get Models
Retrieve a list of all available voice synthesis models
GET
Get Models
Retrieve a list of all available voice synthesis models.
Authentication
Requires API key authentication viax-api-key header.
Response
Returns an array of model objects.Response Schema
Each model object contains:Example Request
Example Response
Usage
Use themodel_id from the response in text-to-speech generation endpoints:
POST /text-to-speech/:model_id- HTTP endpointWS /text-to-speech- WebSocket endpoint (includemodel_idin initConnection message)
Caching: Model information doesn’t change frequently. Consider caching the model list to reduce API calls.
Authorizations
API key for authentication
