{"action":"text2video","model":"kling-v1","prompt":"White ceramic coffee mug on glossy marble countertop with morning window light. Camera slowly rotates 360 degrees around the mug, pausing briefly at the handle.","start_image_url":"dasda","end_image_url":"dasda","cfg_scale":"2","mode":"std","aspect_ratio":"16:9","duration":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 'https://api.yoy-ai.com/kling/videos' \
--header'Authorization: Bearer asdasdasda9998fads' \
--header'Content-Type: application/json' \
--data-raw'{
"action": "text2video",
"model": "kling-v1",
"prompt": "White ceramic coffee mug on glossy marble countertop with morning window light. Camera slowly rotates 360 degrees around the mug, pausing briefly at the handle.",
"start_image_url": "dasda",
"end_image_url": "dasda",
"cfg_scale": "2",
"mode": "std",
"aspect_ratio": "16:9",
"duration": 5
}'