generate(图片)
开发中
POST
/api/video/kling/pro/generate
请求参数
Body 参数application/json
key
string
API KEY
callback_url
string
回调地址
prompt
string
描述词
image
string
参考图
cfg
string
创意相关性
tail_image
string
参考图-尾帧
negative_prompt
string
负面词
示例
{
"key": "Bh3oi26r1FPFCMrJ59RKngSXB2",
"callback_url": "http://baidu.com",
"prompt": "Telephoto lens shot, ground shot, harsh sunlight, a camel, there is a lot of smoke and dust in Xinjiang Gobi",
"image": "https://aisp.ttaibot.com/uploads/xz_aivideo/1735500936.jpg",
"tail_image": "",
"negative_prompt": "",
"cfg": "0.5"
}
示例代码
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/video/kling/pro/generate' \
--header 'Content-Type: application/json' \
--data-raw '{
"key":"Bh3oi26r1FPFCMrJ59RKngSXB2",
"callback_url":"http://baidu.com",
"prompt": "Telephoto lens shot, ground shot, harsh sunlight, a camel, there is a lot of smoke and dust in Xinjiang Gobi",
"image": "https://aisp.ttaibot.com/uploads/xz_aivideo/1735500936.jpg",
"tail_image": "",
"negative_prompt": "",
"cfg": "0.5"
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}