Kineto is a single, versioned HTTP API for live video restyling and asynchronous video and image transformation. Create a key, spend credits, watch every request in your dashboard.
No card required · Credit-metered · Keys revocable instantly
# 1. Mint an ephemeral realtime session
curl -X POST https://dev.paykoda.space/api/public/v1/realtime/sessions \
-H "Authorization: Bearer $KINETO_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"kineto-realtime-720p"}'
# 2. Or queue a transformation job
curl -X POST https://dev.paykoda.space/api/public/v1/transforms \
-H "Authorization: Bearer $KINETO_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "kineto-video-v1",
"prompt": "cyberpunk neon, rain-slicked streets",
"input_url": "https://cdn.example.com/clip.mp4"
}'Live and test keys, shown once, stored as a fingerprint, revocable in one click.
Per-request logs with status, latency and credits, aggregated into daily charts.
Every model has a fixed credit price. Requests stop cleanly at 402 when you run dry.
Mint short-lived session secrets server-side and hand them to untrusted clients.
Queue video and image transformations, poll a job id, receive an output URL.
Provider credentials live server-side only; your developers never see them.
One catalogue, one billing unit. Switch models by changing a string.
Live video-to-video restyling at 720p, sub-100ms frame latency.
Live video-to-video restyling at 1080p for desktop capture.
Asynchronous prompt-driven transformation of an uploaded clip.
Single-frame restyling and editing from a prompt.
Create an account, generate a key and paste the quickstart snippet. Credits are already in your balance.
Create a developer account