Suno
Suno Persona Creation Beta
- Extract reusable Persona (vocal/style characteristics) from completed Suno music generation tasks
- After successful creation, a
persona_idis returned, which can be applied in subsequent Suno Music Generation viapersona_idandpersona_modelparameters - Source task model version must be suno-v4 or above (v3.5 not supported)
- Each song (result_id) can only create one Persona
- Asynchronous processing mode, use the returned task ID to query status
- Cannot create a new Persona from a Persona task
POST
Authorizations
##All APIs require Bearer Token authentication##
Get API Key:
Visit API Key Management Page to get your API Key
Add to request header:
Authorization: Bearer YOUR_API_KEYBody
application/json
Response
Persona creation task submitted successfully
Task creation timestamp
Example:
1774170584
Task ID, used to query task status and results
Example:
"task-unified-1774170584-su75smg7"
Actual model name used
Example:
"suno-persona"
Task type
Available options:
audio.generation.task Task progress percentage (0-100)
Required range:
0 <= x <= 100Example:
0
Task status
Available options:
pending, processing, completed, failed Example:
"pending"
Task details
Task output type
Available options:
audio Example:
"audio"
Usage and billing information