Create a personalized music Persona based on generated music, giving the music a unique identity and characteristics.
taskId: Required parameter, can be obtained from the following endpoints:
/api/v1/generate)/api/v1/generate/extend)/api/v1/generate/upload-cover)/api/v1/generate/upload-extend)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 personalitypersonaId can be used in subsequent music generation requests to create music with similar style characteristicspersonaId to the following endpoints:
All APIs require authentication via Bearer Token.
Get API Key:
Usage: Add to request header: Authorization: Bearer YOUR_API_KEY
Note:
Unique identifier of the original music generation task. This can be a taskId returned from any of the following endpoints:
"5c79****be8e"
Unique identifier of the audio track to create Persona for. This ID is returned in the callback data after music generation completes.
"e231****-****-****-****-****8cadc7dc"
Name for the Persona. A descriptive name that captures the essence of the musical style or character.
"Electronic Pop Singer"
Detailed description of the Persona's musical characteristics, style, and personality. Be specific about genre, mood, instrumentation, and vocal qualities.
"A modern electronic music style pop singer, skilled in dynamic rhythms and synthesizer tones"
Start time (in seconds) for Persona analysis segment extraction. Used to specify the time point in the audio from which to extract the segment for Persona analysis. Must be less than vocalEnd, and vocalEnd - vocalStart must be between 10–30 seconds. Defaults to 0.0.
x >= 0Must be a multiple of 0.0112.5
End time (in seconds) for Persona analysis segment extraction. Together with vocalStart, used to specify the time range for analysis. vocalEnd - vocalStart must be between 10–30 seconds. Defaults to 30.0.
x >= 0Must be a multiple of 0.0125.8
Optional. Used to supplement the description of the music style tag corresponding to the Persona, such as "Electronic Pop", "Jazz Trio", etc.
"Electronic Pop"
Request successful
Response Status Codes
200, 401, 402, 404, 409, 422, 429, 451, 455, 500 Error message when code != 200
"success"