Video Generation
Generate videos from text prompts in your apps using the Sora 2 model — submit a prompt, poll for status, and get a video URL.
Video generation requires the Pro plan or higher.
What is Video Generation
Video generation lets your GenMB apps create videos from text prompts using the Sora 2 model via Azure OpenAI. Users of your deployed app can submit a prompt and receive a generated video — all powered by the SDK that the AI integrates into your app automatically.
- Powered by the Sora 2 model from OpenAI, hosted on Azure for reliability and scale.
- Available as a service SDK in generated apps — the AI can integrate video generation into any app.
- Videos are generated asynchronously. Submit a prompt, poll for status, and retrieve the video URL when ready.
Pro Plan Required
Video generation is not available on the Free plan. Requests from apps owned by Free plan users will return a 403 Forbidden response. Upgrade to Pro or Business to enable video generation in your apps.How to Use
Video generation is available through the SDK in generated apps. The workflow is asynchronous — you submit a prompt, poll for completion, and display the resulting video.
Submit a text prompt
Receive a job ID
Poll for status
Retrieve and display the video
Rate Limits
Video generation is resource-intensive and subject to rate limits to ensure fair usage across all apps.
Rate Limit Details
- 5 requests per app per hour — rolling window, resets continuously.
- 20 requests per app per day — rolling 24-hour window.
- Per-app enforcement — all users of a deployed app share the same quota.
- 429 responses — exceeding the limit returns a 429 Too Many Requests with a retry-after header.
Plan Requirements
Video generation is a premium feature available only on paid plans. Plan enforcement is checked both when the app owner generates code with video features and at the API proxy level when end users make requests.
Full access to video generation with the standard rate limits (5/hour, 20/day per app).
Full access to video generation with the standard rate limits (5/hour, 20/day per app).
Video generation is not available. Requests will return a 403 Forbidden response.
FAQs
What model is used for video generation?▾
How long does it take to generate a video?▾
Can users of my deployed app generate videos?▾
What happens if I exceed the rate limit?▾
Ready to build?
Create your first app for free — no credit card required.