š New Models Available: grok-4 now live!
ā Explore New Features
{
"type": "video_gen",
"prompt": "fly man",
"n_variants": 1,
"n_frames": 150,
"height": 480,
"width": 854,
"style": "natural",
"inpaint_items": [
{
"url": "https://cdn.klingai.com/bs2/upload-kling-api/6714386367/image/CjJC9Wf0yicAAAAAADcwGw-0_raw_image_0.png"
}
],
"operation": "simple_compose"
}
curl --location --request POST 'https://api.comet.com/sora/v1/videos' \
--header 'Authorization: Bearer {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "video_gen",
"prompt": "fly man",
"n_variants": 1,
"n_frames": 150,
"height": 480,
"width": 854,
"style": "natural",
"inpaint_items": [
{
"url": "https://cdn.klingai.com/bs2/upload-kling-api/6714386367/image/CjJC9Wf0yicAAAAAADcwGw-0_raw_image_0.png"
}
],
"operation": "simple_compose"
}'
{
"code": "success",
"message": "",
"data": "task_01jryr7zqnecna1nepv0whpfhg"
}