List voices

voices.list(query?: VoiceListParams): Promise<Array<Voice>>
GET
/v1/ai/voice/list

Returns a list of voices available to you.

Parameters

starred
string | undefined

If true, only returns voices that you have starred.

owner
string | undefined

Which owner's voices to return. Choose from system, me, or all.

Returns

class Voice: …
Array<Voice>