Ship AI-generated video,
image & voice — in 3 lines of code
One SDK for Sora, Veo, Kling, DALL·E, Flux, ElevenLabs & 25+ more models. Stop juggling AI APIs. Start shipping.
const client = new ZykaClient({ apiKey: process.env.ZYKA_API_KEY });
const video = await client.createVideo({
model: 'sora',
prompt: 'a cat surfing a wave'
});
// video.url — done. Every model, one interface
Video
Image
Voice
DX that gets out of your way
The details you shouldn't have to think about — handled.
Auto-Wait
await = done. No polling, no webhooks, no status checks.
const video = await client.createVideo({
model: 'kling',
prompt: 'sunset timelapse'
});
// Resolves when generation completesLocal Files
Pass local file paths directly. We handle the upload.
const result = await client.createImage({
model: 'flux',
image: './photo.png',
prompt: 'make it watercolor'
});Auto-Download
Output straight to disk. No manual fetch needed.
await client.createVideo({
model: 'wan',
prompt: 'drone flyover',
output: './result.mp4'
});CLI Built-in
Generate from your terminal. Script it, pipe it, cron it.
$ npx zyka generate video \
-m wan \
-p "sunset over mountains" \
-o result.mp4Same pattern, every media type
Learn it once. Use it everywhere.
Not just generation — a full AI media toolkit
Pre-built AI apps you can call with a single function.
Face Swap
Swap faces in video or images
Virtual Try-On
Try clothing on any person
Video Upscaler
Upscale resolution with AI
Caption Generator
Auto-generate subtitles
Video Dubbing
Translate & dub any video
B-Roll Insertion
Generate contextual B-roll
Background Remover
Remove or replace backgrounds
Image Restore
Enhance & restore old photos
How it works
Install the SDK
Set your API key
Generate anything
Raw APIs vs Zyka SDK
Less boilerplate. More shipping.
| Feature | Raw APIs | Zyka SDK |
|---|---|---|
| Models supported | 1 per integration | 30+ unified |
| Polling for results | Manual | Handled |
| File upload handling | Manual | Handled |
| Download results to disk | Manual | Handled |
| Auth per provider | Manual | Handled |
| CLI access | Handled | Built-in |
Start shipping in minutes
Get your API key and generate your first video, image, or voice clip in under 60 seconds.
G2