A person with shoulder-length brown hair poses indoors. They wear a black top and blue jeans, with one hand under their chin, showcasing a ring. The background shows a blurred interior setting.
mv
string
可选
版本号,填写chirp-v4或chirp-v3-5,当前默认为chirp-v3-5
示例值:
chirp-v4
title
string
歌名
可选
示例值:
美女
tags
string
可选
风格,至多120字(一个中文算1个字)
示例值:
Trance, bass drop, female vocal, armin van buren style
continue_at
string
可选
续写时间,在上一段的什么时间点开始续写,单位:秒
示例值:
10
continue_clip_id
string
可选
要续写的id,即task_id或官方clip_id
示例值:
3dd36f66-770d-9cf5-6557-de3cef2ce720_1
negative_tags
string
排除风格
可选
示例值:
dance pop
cover_clip_id
string
可选
示例值:
audio-4f4d4900-eac5-4c09-ac59-d5d6ad687692
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request POST 'http://duomiapi.com/api/suno/generate' \
--header'Authorization: o9vfVkEkKfcuJhjdGXJwlfdvO1' \
--form'callback_url="https://baidu.com"' \
--form'custom_mode="0"' \
--form'make_instrumental="0"' \
--form'prompt="A person with shoulder-length brown hair poses indoors. They wear a black top and blue jeans, with one hand under their chin, showcasing a ring. The background shows a blurred interior setting."' \
--form'mv="chirp-v4"' \
--form'title="美女"' \
--form'tags="Trance, bass drop, female vocal, armin van buren style"' \
--form'negative_tags="dance pop"'