Use this file to discover all available pages before exploring further.
Generate cinematic videos directly from a text description with Kling Text2Video V2.5. Choose between standard and pro quality, multiple aspect ratios, and 5 or 10 second durations.
curl -X POST https://api.muvi.video/v1/jobs/submit \ -H "Authorization: Bearer $PIXELBYTE_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "kling/kling-text2video-v25/text-to-video", "input": { "prompt": "A neon-lit Tokyo street at night with rain reflecting the signs", "quality": "std", "duration": "5", "aspect_ratio": "16:9" } }'