skyreels-v4-text-to-video generates high-definition 1080p video from text prompts with optional sound effects and flexible aspect ratios.Requests are sent through the request-queue API and results are fetched by polling.
curl -X POST "https://console.gmicloud.ai/api/v1/ie/requestqueue/apikey/requests" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "skyreels-v4-text-to-video", "payload": { "prompt": "A drone flying over a lush green valley at golden hour with cinematic motion", "duration": 5, "aspect_ratio": "16:9", "sound": false, "mode": "std" } }'