Appearance
创建音乐
POST
/suno/submit/music
分为3种模式
灵感模式:
只需要提交以下参数
gpt_description_prompt
make_instrumental
mv
Suno 会自动生成 歌词、标题、风格标签
自定义模式:
需要提交参数
prompt
title
tags
make_instrumental
mv
Authorizations
bearer
TypeHTTP (bearer)
Request Body
JSON
{
"continue_at": 0,
"continue_clip_id": "string",
"gpt_description_prompt": "string",
"make_instrumental": true,
"mv": "string",
"prompt": "string",
"tags": "string",
"task_id": "string",
"title": "string"
}
Responses
application/json
JSON
{
"id": "string",
"title": "string",
"handle": "string",
"status": "string",
"user_id": "string",
"is_liked": true,
"metadata": {
"tags": "string",
"type": "string",
"prompt": "string",
"stream": true,
"history": null,
"duration": 0,
"error_type": null,
"error_message": null,
"concat_history": null,
"refund_credits": true,
"audio_prompt_id": null,
"gpt_description_prompt": null
},
"reaction": null,
"audio_url": "string",
"image_url": "string",
"is_public": true,
"video_url": "string",
"created_at": "string",
"is_trashed": true,
"model_name": "string",
"play_count": 0,
"display_name": "string",
"upvote_count": 0,
"image_large_url": "string",
"is_video_pending": true,
"is_handle_updated": true,
"major_model_version": "string"
}