Skip to main content
GET

Overview

This endpoint retrieves details for a specific voice by its id. Results can come from your space (custom voices) or from the public catalog filtered by your plan.

Authentication

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

Path Parameters

string
required
The identifier of the voice to retrieve.

Response

string
Unique identifier of the voice.
string
Display name of the voice.
string
Language code of the voice (e.g., fr, en).
string
Gender of the voice: male or female.
array
Array of tags associated with the voice (e.g., [\"friendly\", \"warm\"]).
string
Source of the voice: space (custom voice) or config (public catalog).

Example