Skip to main content

Persona

Two families. Clone Voice and Init + Complete are both Voice Persona — same result, different billing.
A persona is a reusable vocal identity for /generate. Do not mix Clip Persona with Voice Persona.

Clip Persona

Style / vocal color from an existing Suno clip. Desensitized — any account can use it.

Create Clip Persona

Sync create from clip_id. Not voiceprint-bound. /generate keeps is_voice: false.

Get Vox Stem

Extract vocals, then pass vox_audio_id into Clip Persona (persona_type: "vox").

Voice Persona

Real-voice clone, voiceprint-bound to the creating account. Two APIs, same Voice Persona:

Clone Voice

POST /suno/v2/voices — one audio_url, one task. Paid. English phrase only.

Init + Complete

User reads phrase_text. Free. Multi-language. Same Voice Persona as Clone Voice.
Need a URL and no read-aloud UI → Clone Voice (paid). User can read a phrase → Init + Complete (free). Both return a Voice Persona persona_id.

Clone Voice task result

After polling /suno/v2/status to success, data looks like this:
Use persona_id on /generate with is_voice: true.

Desensitization vs voiceprint

A Voice Persona with is_voice: false, or on another account, fails. A Clip Persona must not set is_voice: true.

Use on /generate