List Voices
Headers
Query parameters
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.
Response
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.