{
"prompt": "情歌",
"mv": "chirp-v3-0",
"tags": "classic",
"title": "ai",
"make_instrumental":true,
"gpt_description_prompt":"纯音乐描述",
"continue_clip_id":"0773657e-f8b1-4426-8882-9da1603e863d",
"continue_at": 30
}
curl --location --request POST 'https://api.tu-zi.com/v1/song/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "情歌",
"mv": "chirp-v3-0",
"tags": "classic",
"title": "ai",
"make_instrumental":true,
"gpt_description_prompt":"纯音乐描述",
"continue_clip_id":"0773657e-f8b1-4426-8882-9da1603e863d",
"continue_at": 30
}'
{
"id": "string",
"clips": [
{
"id": "string",
"video_url": "string",
"audio_url": "string",
"image_url": null,
"image_large_url": null,
"major_model_version": "string",
"model_name": "string",
"metadata": {
"tags": "string",
"prompt": "string",
"gpt_description_prompt": null,
"audio_prompt_id": null,
"history": null,
"concat_history": null,
"type": "string",
"duration": null,
"refund_credits": null,
"stream": true,
"error_type": null,
"error_message": null
},
"is_liked": true,
"user_id": "string",
"is_trashed": true,
"reaction": null,
"created_at": "string",
"status": "string",
"title": "string",
"play_count": 0,
"upvote_count": 0,
"is_public": true
}
],
"metadata": {
"tags": "string",
"prompt": "string",
"gpt_description_prompt": null,
"audio_prompt_id": null,
"history": null,
"concat_history": null,
"type": "string",
"duration": null,
"refund_credits": null,
"stream": true,
"error_type": null,
"error_message": null
},
"major_model_version": "string",
"status": "string",
"created_at": "string",
"batch_size": 0
}