Get a list of available voices using V2 API with filtering support
get_voicesGet available text-to-speech voices from Typecast V2 API, with optional filters for model, gender, age, and use cases.
Instructions
Get a list of available voices for text-to-speech using V2 API
Args:
model: Optional filter for specific TTS models (ssfm-v21 or ssfm-v30).
gender: Optional filter for voice gender (male or female).
age: Optional filter for voice age group (child, teen, young_adult, middle_aged, senior).
use_cases: Optional filter for voice use case (e.g. 'audiobook', 'narration', 'documentary').
Pass a single use case string supported by the V2 voices endpoint.
Returns:
List of available voices with enhanced metadata including gender, age, and use cases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| age | No | ||
| model | No | ||
| gender | No | ||
| use_cases | No |