Resources

List TTS voices

List available text-to-speech voices. Pass a voiceId or displayName from the response to the text-to-speech endpoint. Cursor-paginated; see the Pagination guide. Pass query to filter by voice id, display name, language, accent, or description.

get/v1/resources/tts-voices

Query parameters

limitinteger

Maximum number of items to return in the page. Defaults to 50; capped at 200. See Pagination.

cursorstring

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.

includeDeprecatedVoicesboolean

When true, includes voices that are deprecated but still callable. Defaults to false.

querystring

Optional case-insensitive substring filter across each item's searchable text fields. Omit to return the unfiltered catalogue.

Response

List of TTS voices. Pass a voiceId or displayName to POST /v1/tools/text-to-speech.

hasMoreboolean required

When true, there are more voices available. Pass nextCursor as the cursor query param to fetch the next page.

nextCursorstring nullable required

Opaque cursor to fetch the next page. null when hasMore is false.

Changes

No recorded changes to this endpoint across all 1 revision of this API.