List voices

GET/api/v2/voices
sync

List every voice usable for speech generation: your team's custom cloned/designed voices, curated premium preset voices, and the built-in voice library. Each returned `id` can be passed directly to /api/v2/text-to-speech and /api/v2/speech-to-speech. Optionally filter custom voices by influencer_id.

curl "https://influencerstudio.com/api/v2/voices" \
  -H "Authorization: Bearer YOUR_API_KEY"