import BrainbaseLabs from 'brainbase-labs';const client = new BrainbaseLabs({ apiKey: process.env['BRAINBASE_LABS_API_KEY'], // This is the default and can be omitted});await client.team.customVoices.list();
Team
Get all custom voices for the team
GET
/
api
/
team
/
customVoices
JavaScript
import BrainbaseLabs from 'brainbase-labs';const client = new BrainbaseLabs({ apiKey: process.env['BRAINBASE_LABS_API_KEY'], // This is the default and can be omitted});await client.team.customVoices.list();