List TTS voices
List available text-to-speech voices. Pass a voiceId from the response to the text-to-speech endpoint. Cursor-paginated; see the Pagination guide.
Authentication
Query parameters
Maximum number of items to return in the page. Defaults to 50; capped at 200. See Pagination.
Opaque pagination cursor returned as nextCursor by the previous page. Omit on the first request. Cursors are tied to the endpoint that produced them and must be passed unmodified. See Pagination.
Response
List of TTS voices. Pass a voiceId to POST /v1/tools/text-to-speech.
When true, there are more voices available. Pass nextCursor as the cursor query param to fetch the next page.
Opaque cursor to fetch the next page. null when hasMore is false.