š New Models Available: grok-4 now live!
ā Explore New Features
task id
task id
, obtain the corresponding clip_id
value of the song as neededclip_id
parameter into this interface, and get the returned id as persona_id for the next stepCreate using persona_id
Notes:**{
"root_clip_id": "2dd391cd-996b-4843-9738-1aed26f170e4",
"name": "Persona Title",
"description": "Persona Description",
"clips": [
"2dd391cd-996b-4843-9738-1aed26f170e4"
],
"is_public": true
}
curl --location --request POST 'https://api.cometapi.com/suno/persona/create' \
--header 'Authorization: Bearer {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"root_clip_id": "2dd391cd-996b-4843-9738-1aed26f170e4",
"name": "Persona Title",
"description": "Persona Description",
"clips": [
"2dd391cd-996b-4843-9738-1aed26f170e4"
],
"is_public": true
}'
{
"id": "6a40ce76-2fbe-4272-8ccb-568ed0be7eda",
"name": "string",
"description": "string",
"image_s3_id": "string",
"root_clip_id": "string",
"clip": {
"id": "string",
"entity_type": "string",
"video_url": "string",
"audio_url": "string",
"image_url": "string",
"image_large_url": "string",
"major_model_version": "string",
"model_name": "string",
"metadata": {
"tags": "string",
"prompt": "string",
"type": "string",
"duration": 0,
"refund_credits": true,
"stream": true,
"can_remix": true,
"is_remix": true,
"priority": 0
},
"is_liked": true,
"user_id": "string",
"display_name": "string",
"handle": "string",
"is_handle_updated": true,
"avatar_image_url": "string",
"is_trashed": true,
"flag_count": 0,
"display_tags": "string",
"created_at": "string",
"status": "string",
"title": "string",
"play_count": 0,
"upvote_count": 0,
"is_public": true,
"allow_comments": true
},
"user_display_name": "string",
"user_handle": "string",
"user_image_url": "string",
"persona_clips": [
{
"clip": {
"id": "string",
"entity_type": "string",
"video_url": "string",
"audio_url": "string",
"image_url": "string",
"image_large_url": "string",
"major_model_version": "string",
"model_name": "string",
"metadata": {
"tags": "string",
"prompt": "string",
"type": "string",
"duration": 0,
"refund_credits": true,
"stream": true,
"can_remix": true,
"is_remix": true,
"priority": 0
},
"is_liked": true,
"user_id": "string",
"display_name": "string",
"handle": "string",
"is_handle_updated": true,
"avatar_image_url": "string",
"is_trashed": true,
"flag_count": 0,
"display_tags": "string",
"created_at": "string",
"status": "string",
"title": "string",
"play_count": 0,
"upvote_count": 0,
"is_public": true,
"allow_comments": true
},
"id": 0
}
],
"is_suno_persona": true,
"is_trashed": true,
"is_owned": true,
"is_public": true,
"is_public_approved": true,
"is_loved": true,
"upvote_count": 0,
"clip_count": 0
}