Video generation API
AI video generation, one API key
Video generation is paused on Kyma right now — no video model is being served, and a request returns 404. The endpoint below is documented as it behaves; nothing was removed, and this page will list models again when the lane is switched back on.
POST /v1/videos/generations · $0.50 free credit on the free tier, no card

0 models, one API key
Switch models with a string. Billed per use, refunded on failure.
Quick start
OpenAI-compatible. Point your client at https://kymaapi.com/v1 with a ky- key.
curl https://kymaapi.com/v1/videos/generations \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "<see GET /v1/models>",
"prompt": "A wave breaking on a rocky shore at golden hour, cinematic",
"duration": 5
}'
# Response: { "id": "vid_...", "status": "queued" }
# Poll: GET /v1/jobs/{id} until status = "succeeded"FAQ
Which video generation models does Kyma support?
None right now. Video generation is paused on Kyma: no video model is being served, and a request returns 404. This page lists models again when the lane is switched back on.
How is video generation billed?
Most models bill per second of generated video; some bill a flat rate per clip. You only pay for successful generations — failed jobs are refunded in full. See the pricing page for per-model rates.
How does the video API work?
Send a POST to /v1/videos/generations with a prompt and duration. Generation is asynchronous: you get back a job id and poll GET /v1/jobs/{id} until the status is succeeded, then download the result.
Can I generate video with sound?
Not right now. Video generation is paused, so no model is being served.
$0.50 free credit on the free tier. No card required.
Get your free API key →