Skip to content

List Voices

Discover voices available to your Inworld workspace.

This example assumes using Inworld; is in scope and apiKey contains your Inworld API key.

1
2
3
4
using var client = new InworldClient(apiKey);

// List all voices in the workspace. Pass the `languages` parameter to filter by language code.
var response = await client.Voices.ListVoicesAsync();