Use this file to discover all available pages before exploring further.
Generate high-quality videos from start and end frame images with Kling 3.0 Pro. The model interpolates between the two frames to create smooth video transitions with optional audio generation.
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-3.0-pro/start-end-frame-to-video", "input": { "prompt": "A smooth transition from day to night in a city skyline", "start_frame_url": "https://example.com/day-skyline.jpg", "end_frame_url": "https://example.com/night-skyline.jpg", "aspect_ratio": "16:9", "duration": "5", "has_sound": "false" } }'