// video api

Kling 2.1 API

Kling 2.1 through an OpenAI-compatible endpoint. Billed per second of generated video, no subscription and no minimum. The same key also works for text models.

Tiers and prices

Model idTierPrice
kling-2.1-10s-720p10s 720p$0.045 per second
kling-2.1-5s-720p5s 720p$0.05 per second
kling-2.1-10s-1080p10s 1080p$0.075 per second
kling-2.1-5s-1080p5s 1080p$0.075 per second

Prices are per API call, charged from your balance. A 5-second clip on the cheapest tier costs about $0.225. No subscription, no minimum top-up, no monthly fee.

How to call it

One endpoint /v1/videos, one key. The same key also calls text models and every other media model in the catalog.

curl https://api.teamtoken.store/v1/videos \
  -H "Authorization: Bearer $TEAMTOKEN_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kling-2.1-5s-1080p",
    "prompt": "a cat riding a bicycle through Tokyo at night",
    "wait": true
  }'
Get an API key

Top up with a card, SBP or crypto, from $1. Spend limits are set per key.