List Voices
Headers
Query parameters
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 by the current user.
Whether to only return starred voices.
The gender presentation of the voices to return.
Additional fields to include in the response.
Response
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.