Realtime inference, one endpoint

Ship realtime video AI without building the pipeline.

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

bash
# 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"
  }'

Everything a developer platform needs

Keys you control

Live and test keys, shown once, stored as a fingerprint, revocable in one click.

Usage you can see

Per-request logs with status, latency and credits, aggregated into daily charts.

Credits, not surprises

Every model has a fixed credit price. Requests stop cleanly at 402 when you run dry.

Ephemeral realtime tokens

Mint short-lived session secrets server-side and hand them to untrusted clients.

Async transform jobs

Queue video and image transformations, poll a job id, receive an output URL.

Secure by default

Provider credentials live server-side only; your developers never see them.

Models & credit pricing

One catalogue, one billing unit. Switch models by changing a string.

kineto-realtime-720p
Realtime 720p

Live video-to-video restyling at 720p, sub-100ms frame latency.

25
credits
kineto-realtime-1080p
Realtime 1080p

Live video-to-video restyling at 1080p for desktop capture.

45
credits
kineto-video-v1
Video transform

Asynchronous prompt-driven transformation of an uploaded clip.

120
credits
kineto-image-v1
Image transform

Single-frame restyling and editing from a prompt.

10
credits

Your first call is 60 seconds away.

Create an account, generate a key and paste the quickstart snippet. Credits are already in your balance.

Create a developer account