Skip to main content
GET

Overview

This endpoint returns all available voices that you can use in video generation. The voices are filtered based on your plan level, and include both system voices and any custom voices you’ve uploaded.

Authentication

This endpoint requires API key authentication. Include your API key in the Authorization header.

Query Parameters

string
Filter voices by language code (e.g., “en”, “fr”, “es”, “de”).
string
Filter voices by gender: male or female.
string
Comma-separated list of tags to filter by (e.g., “professional,friendly”).

Response

Array of available voice objects:
string
Unique identifier for the voice (use this in generation requests).
string
Human-readable name of the voice.
string
Language code (e.g., “en”, “fr”, “es”).
string
Specific accent or region (e.g., “US”, “UK”, “CA”).
string
Voice gender: male or female.
array
Array of descriptive tags (e.g., [“professional”, “warm”, “energetic”]).
string
URL to a short audio preview of the voice.

Example