Skip to main content
POST
  1. After submission, a task_id will be returned. If you provided a callback_url, when the task status becomes finished or failed, a POST request will be sent to the callback_url.
  2. Regardless of whether callback_url is provided, you can retrieve the response result through the unified Query Music Detail endpoint.

Usage Guide

  • This endpoint creates a reusable musical persona from an existing audio track
  • Personas capture the vocal style, genre characteristics, and musical personality
  • Once created, personas can be used with the Generate Music endpoint via the persona_id parameter

Parameter Details

  • task_id (required): Task ID from a completed music generation (Generate, Extend, Upload Cover, or Upload Extend)
  • audio_id (required): Specific audio track identifier from the callback data
  • name (required): A descriptive name that captures the musical style or character
  • description (required): Detailed description including:
    • Genre and mood
    • Instrumentation preferences
    • Vocal characteristics
    • Unique musical personality traits

Developer Notes

Authorizations

Authorization
string
header
required

All API endpoints require Bearer Token authentication

Get your API Key:

Visit the API Key Management Page to get your API Key

Add it to the request header:

Body

application/json
model
enum<string>
required

API model identifier.

Must be generate-persona for this endpoint.

Available options:
generate-persona
Example:

"generate-persona"

input
object
required

Input parameters for persona generation

callback_url
string<uri>

Webhook callback URL for result notifications

Example:

"https://your-domain.com/callback"

Response

Task submitted successfully

code
integer
required

HTTP status code

Example:

200

data
object
required