Video Generation – Now in Beta
Hey developers, video generation is now available on MaxAI! You can create videos directly from text prompts and explore new creative possibilities. Some features, such as logging and NSFW scanning, are still being finalized and will be fully supported in future updates. Pricing starts at $0.03 for a 5-second video at 480p resolution.Documentation
- The documentation has been completely rewritten to provide greater detail and improved navigation. It now features an enhanced API reference section, complete with code examples and an interactive playground for testing API calls directly within the documentation.
API
- New
POST /videos/generationsendpoint. - New
GET /videos/generations/{requestId}endpoint. - New
DELETE /videos/generations/{requestId}endpoint. - Changed the
GET /usageendpoint toGET /account/usage. - Changed the
GET /keysendpoint toGET /account/keys. - Fixed an issue that caused the
X-RateLimit-Resetheader to return incorrect values in some responses.