AI Video Shorts Generator API
1. Expanded POST Render Section Added required vs optional parameters Listed all available presets Explained video size formats and plan restrictions Documented watermark options 2. Style Animation System How the three states work (base, active, past) Full object structure with explanations Supported CSS properties 5 example configurations: Color animation Size/zoom animation Glow effect with…
AI Video Shorts Generator API endpoints
| Method | Endpoint | Description |
|---|---|---|
| default | ||
| POST |
postJob /jobs |
s |
| GET |
getJob /jobs/{jobId} |
s |
| POST |
postRender /render |
Render a specific short with captions, styling, and watermarks. This endpoint creates the final video output (MP4) with all your customizations applied. Request Body: { "id":… |
| GET |
getRender /render/{renderId} |
Poll this endpoint to check render status and get the final video URL. Request: GET /api/render/{renderId} Response (In Progress): { "type": "progress", "progress": 0.45 }… |
AI Video Shorts Generator API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $49.99 / month | 2 / second |
|
| ULTRA Recommended | $139.99 / month | — |
|
| MEGA | $300 / month | — |
|