List all voices created from a fine-tune
Cartesia API key (sk_car_...). Get one at play.cartesia.ai/keys.
API version header.
2024-06-10, 2024-11-13, 2025-04-16, 2026-03-01 "2026-03-01"
ID of the fine-tune to list voices from
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 fine-tune voices request and receive 20
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 fine-tune voices request and receive 20
objects, starting with voice_abc123, your subsequent call can include
ending_before=voice_abc123 to fetch the previous page of the list.