curl --request POST \ --url https://api.vidgo.ai/api/generate/submit \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "model": "kling-2.6", "callback_url": "https://your-domain.com/callback", "input": { "prompt": "A young woman walking through a bustling city street, talking on her phone with a cheerful expression", "sound": true, "aspect_ratio": "16:9", "duration": 5 }}'
Advanced video generation with native audio support
POST
/
api
/
generate
/
submit
Submit Kling 2.6 Video Generation Task
Copy
curl --request POST \ --url https://api.vidgo.ai/api/generate/submit \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "model": "kling-2.6", "callback_url": "https://your-domain.com/callback", "input": { "prompt": "A young woman walking through a bustling city street, talking on her phone with a cheerful expression", "sound": true, "aspect_ratio": "16:9", "duration": 5 }}'
After submission, a task_id will be returned. If you provided a callback_url, when the task status becomes finished or failed, a POST request will be sent to the callback_url.
Regardless of whether callback_url is provided, you can retrieve the response result through the unified Query Task Status endpoint.
Generate high-quality videos with native audio support using Kling 2.6. Create cinematic content with synchronized dialogue, singing, sound effects, and ambient audio.