{"prompt":"product photography of an ice tea, block of ice, in lava, steam coming off, dramatic lights, sparks of fire and miniature explosions, luxury, in style of maximalism","negative_prompt":"ugly","cfg_scale":0.8,"mode":"std","camera_control":{"type":"simple","config":{"horizontal":0,"vertical":0,"pan":0,"tilt":0,"roll":0,"zoom":-10}},"aspect_ratio":"16:9","duration":"5"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://makevid.ai/api/v1/kling/text2video/create_kling' \
--header'Content-Type: application/json' \
--data-raw'{
"prompt": "product photography of an ice tea, block of ice, in lava, steam coming off, dramatic lights, sparks of fire and miniature explosions, luxury, in style of maximalism",
"negative_prompt": "ugly",
"cfg_scale": 0.8,
"mode": "std",
"camera_control": {
"type": "simple",
"config": {
"horizontal": 0,
"vertical": 0,
"pan": 0,
"tilt": 0,
"roll": 0,
"zoom": -10
}
},
"aspect_ratio": "16:9",
"duration": "5"
}'