Authorization: ********************{
"model": "kling-v3-omni",
"prompt": "A cute orange cat running in the sunlight, slow motion, cinematic quality",
"size": "1920x1080",
"mode": "pro",
"seconds": "5"
}curl --location 'https://api-xmodel.nexconn.ai/v1/videos' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"model": "kling-v3-omni",
"prompt": "A cute orange cat running in the sunlight, slow motion, cinematic quality",
"size": "1920x1080",
"mode": "pro",
"seconds": "5"
}'{
"id": "string",
"object": "video",
"model": "string",
"mode": "string",
"status": "string",
"created_at": 0,
"updated_at": 0,
"seconds": "string",
"size": "string"
}