Generate short video clips from text prompts at zero cost. Async task API: submit a prompt, poll for completion, download the MP4. $0 per video, forever.
AI生成 into the corner of the output under China’s labelling rules — NovAI cannot switch it off. Video output varies by model: in our 4 August 2026 tests Seedance 2.0 and CogVideoX-Flash showed no visible label, while Hunyuan Video 1.5 is labelled. Text and chat models are not affected. Which models, and what it rules out →curl -X POST https://aiapi-pro.com/v1/video/generations \
-H "Authorization: Bearer $NOVAI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "cogvideox-flash",
"prompt": "A paper boat floating on a quiet pond at dusk, raindrops rippling the water",
"resolution": "720p",
"duration": 6
}'
curl https://aiapi-pro.com/v1/video/generations/{task_id} \
-H "Authorization: Bearer $NOVAI_API_KEY"
The create call returns a task_id. Poll until the task completes, then download the video URL from the response.
Works with any OpenAI-compatible SDK - just set base_url to https://aiapi-pro.com/v1 and use your NovAI API key. Full reference in the API docs.
Zero platform fee. Credits never expire. OpenAI-compatible API.
Sign Up Free