Documentation Index
Fetch the complete documentation index at: https://docs.cartesia.ai/llms.txt
Use this file to discover all available pages before exploring further.
API version header.
2024-06-10, 2024-11-13, 2025-04-16, 2026-03-01 "2024-11-13"
The number of Voices to return per page, ranging between 1 and 100.
A cursor to use in pagination. starting_after is a Voice ID that defines your
place in the list. For example, if you make a /voices request and receive 100
objects, ending with voice_abc123, your subsequent call can include
starting_after=voice_abc123 to fetch the next page of the list.
A cursor to use in pagination. ending_before is a Voice ID that defines your
place in the list. For example, if you make a /voices request and receive 100
objects, starting with voice_abc123, your subsequent call can include
ending_before=voice_abc123 to fetch the previous page of the list.
Whether to only return voices owned your organization.
The gender presentation of the voices to return.
masculine, feminine, gender_neutral Additional fields to include in the response.
preview_file_url The paginated list of Voices.
Whether there are more Voices to fetch (using starting_after=id, where id is the ID of the last Voice in the current response).
(Deprecated - use the id of the last Voice in the current response instead.) An ID that can be passed as starting_after to get the next page of Voices.