List voices

voices.list(**kwargs: VoiceListParams) -> List[Voice]
GET
/v1/ai/voice/list

Returns a list of voices available to you.

Parameters

starred
Optional[str]

If true, only returns voices that you have starred.

owner
Optional[str]

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

Returns

class Voice: …
List[Voice]