Video Generation API
Generate videos from text prompts. Supports Sora, Veo, Wan, and more.
Supported Models
| Model | Description | Billing |
|---|---|---|
| sora-2 | OpenAI Sora 2 | Per video |
| veo-3.1 | Google Veo 3.1 | Per second |
| wan-2.1 | Alibaba Wan | Per video |
| seedance-2.0 | Seedance | Per video |
Request Example
bash
curl -X POST "https://api.tk-novalink.com/v1/video/generations" \
-H "Authorization: Bearer sk-xxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"model": "sora-2",
"prompt": "A cat playing piano in a jazz club",
"duration": 5
}'Note
Video generation typically takes longer. We recommend using async polling to get results.
Video generation usually takes a while (30 seconds to 5 minutes). We recommend polling asynchronously for results.
Next
Vision API