task id.task id, retrieve the corresponding clip_id value for the song as needed.clip_id as a parameter and enter it into the API. The returned id is the persona_id for use in the next step.Use persona_id to create Notes:**Create Persona API stepGenerate Music step{
"root_clip_id": "82294225-6537-4dfc-adcd-be3b5edaa46c",
"name": "Persona Title",
"description": "Persona description",
"clips": [
"54834687-5e79-4f08-8e14-cf188f15b598"
],
"is_public": true
}curl --location --request POST 'https://api.fuhuapi.com/suno/persona/create' \
--header 'Authorization: Bearer {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"root_clip_id": "82294225-6537-4dfc-adcd-be3b5edaa46c",
"name": "Persona Title",
"description": "Persona description",
"clips": [
"54834687-5e79-4f08-8e14-cf188f15b598"
],
"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
}