{
"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
}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
}'{}