Video Generation API

Generate videos from text prompts. Supports Sora, Veo, Wan, and more.

Supported Models

ModelDescriptionBilling
sora-2OpenAI Sora 2Per video
veo-3.1Google Veo 3.1Per second
wan-2.1Alibaba WanPer video
seedance-2.0SeedancePer 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

Continue Reading