Generate Persona
Create a personalized music Persona based on generated music, giving the music a unique identity and characteristics.
Usage Guide
- Use this endpoint to create Personas (music characters) for generated music
- Requires the taskId from music generation related endpoints (generate, extend, cover, upload-extend) and audio ID
- Customize the Persona name and description to give music unique personality
- Generated Personas can be used for subsequent music creation and style transfer
Parameter Details
taskId: Required parameter, can be obtained from the following endpoints:- Generate Music (
/api/v1/generate) - Extend Music (
/api/v1/generate/extend) - Upload And Cover Audio (
/api/v1/generate/upload-cover) - Upload And Extend Audio (
/api/v1/generate/upload-extend)
- Generate Music (
audioId: Required parameter, specifies the audio ID to create Persona forname: Required parameter, assigns an easily recognizable name to the Personadescription: Required parameter, describes the Persona’s musical characteristics, style, and personality
Developer Notes
- Important: Ensure the music generation task is fully completed before calling this endpoint. If the music is still generating, this endpoint will return a failure
- Model Requirement: Persona generation only supports taskId from music generated with models above v3_5 (v3_5 itself is not supported)
- It is recommended to provide detailed descriptions for Personas to better capture musical characteristics
- The returned
personaIdcan be used in subsequent music generation requests to create music with similar style characteristics - You can apply the
personaIdto the following endpoints: - Each audio ID can only generate a Persona once
Parameter Example
Ensure that the music generation task corresponding to the taskId is complete and the audioId is within the valid range.
Rate limits and quotas are enforced by Apikley and may differ from upstream providers.
OpenAPI
suno-api/suno-api.json post /api/v1/generate/generate-persona
To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.apikley.ru/llms.txt