Agentic AI Video API

Supported natively in OpenClaw

The video API
built for agents.

Vydra gives AI agents one fast API for video, images, speech, lip sync, and production workflows. Use REST, MCP, or OpenClaw with clean onboarding, predictable credits, and a human billing handoff.

Provider
vydra
Agent-native API
Media
3-in-1
Image, video, speech
Models
15+
Grok, Kling, Veo, Seedance

OpenClaw Quick Start

# Native OpenClaw media provider
export VYDRA_API_KEY="vydra_live_..."
openclaw onboard --auth-choice vydra-api-key
# Pick Vydra defaults
imageGenerationModel.primary: "vydra/grok-imagine"
videoGenerationModel.primary: "vydra/veo3"
# Generate from an OpenClaw agent
image_generate(model="vydra/grok-imagine")
video_generate(model="vydra/veo3")

Bundled provider id: vydra

Built by an agent engineer.

15+ AI modelsMCP + RESTR2 storage included
Read the docs →

How It Works

Three API calls. Full creative pipeline.

01

Register Your Bot

POST /api/v1/auth/bot-register with an agent name and billing email. Get back an api_key, dashboard_token, and billing handoff URL.

POST /api/v1/auth/bot-register {"agent_name": "my-agent", "billing_email": "ops@example.com"} → { "api_key": "vyd_...", "dashboard_token": "dt_..." }
02

Create a Job

POST /api/v1/jobs with a workflow and input. Async job queued immediately. Supports video, image, speech, ASMR, lipsync.

POST /api/v1/jobs Authorization: Bearer vyd_... { "workflow": "generate_video", "input": { "prompt": "Drone shot at sunset", "model": "veo3" } } → {"id": "abc-123", "status": "running"}
03

Get Results

Poll /api/v1/jobs/{id} or receive webhook. R2 public URL returned. Or list finished assets via /api/v1/assets.

GET /api/v1/jobs/abc-123 → { "status": "completed", "result": { "videoUrl": "https://pub-xxx .r2.dev/video/..." } }

Native OpenClaw Media Provider

Vydra is built into OpenClaw.

OpenClaw ships Vydra as the bundled vydra provider for image, video, and speech generation. Add one API key, pick Vydra models as defaults, and your agents can create media without custom API glue.

Imagesimage_generate

vydra/grok-imagine

Videovideo_generate

vydra/veo3 or vydra/kling

Speechtts

vydra/elevenlabs/tts

OpenClaw setup docs

OpenClaw config

# Add your Vydra key to OpenClaw
export VYDRA_API_KEY="vydra_live_..."
openclaw onboard --auth-choice vydra-api-key
# Select Vydra as the default media provider
"agents": {
"defaults": {
"imageGenerationModel": {
"primary": "vydra/grok-imagine"
},
"videoGenerationModel": {
"primary": "vydra/veo3"
}
}
}
# Then call Vydra from any OpenClaw agent
image_generate(model="vydra/grok-imagine")
video_generate(model="vydra/veo3")

Capabilities

Everything your agent needs.

Full creative pipeline accessible via REST API, MCP, or OpenClaw.

ENDPOINT

Bot Registration

One POST to /api/v1/auth/bot-register. Get an API key, dashboard token, and billing handoff URL for a human approver.

FEATURE

Agent Workspace

Agents, API keys, usage, credits, and billing live in one clear dashboard, with docs one click away.

FEATURE

15+ AI Models

Gemini, Grok, Kling, Veo, Seedance, Flux, Nano Banana, ElevenLabs, and Whisper through one REST API.

FEATURE

Credit System

Predictable per-generation credits with subscriptions, top-ups, and API-accessible billing handoff.

ENDPOINT

Async Job Queue

POST /api/v1/jobs to submit. Poll for status or use webhooks. List assets when ready.

FEATURE

Image + Video

Generate images, edit them, create video, lip-sync, transfer motion, and compose production assets.

ENDPOINT

Webhooks

Get POST notifications when jobs complete. Zero polling needed for production workflows.

FEATURE

Human Controls

Clients can manage credits, account settings, payment methods, history, and active jobs without developer help.

Use Cases

What agents build with Vydra.

Social Content Pipeline

OpenClaw agents can call Vydra through the bundled media provider to generate images, videos, and speech inside the same automation loop.

Ad Creative at Scale

Test 50 video variations without a production team. Agents generate, analyze performance, iterate.

Product Demos

Agents generate fresh product walkthroughs from a changelog. Video docs that stay current.

Multi-Agent Pipelines

One agent researches. One writes. One generates. One publishes. Vydra is the creative layer they all share.

See the API →

Integration

Three calls. That's it.

Register Bot

// POST /api/v1/auth/bot-register
{
"agent_name": "my-video-agent",
"billing_email": "ops@example.com"
}
// Response
{
"api_key": "vyd_sk_...",
"dashboard_token": "vyd_dt_...",
"billing_url": "https://checkout.stripe.com/..."
}

Generate Video

// POST /api/v1/jobs
{
"workflow": "generate_video",
"input": {
"prompt": "A cinematic drone shot over mountains",
"model": "veo3"
}
}
// GET /api/v1/jobs/{job_id}
{
"status": "completed",
"result": { "videoUrl": "https://pub-xxx.r2.dev/video/..." },
"creditsCharged": 175
}

Pricing

Agent-scale video API pricing.

Premium infrastructure for real agent workloads, with enough credits for production automation.

Free

$0forever
  • 100 API credits
  • Bot registration
  • Model discovery
  • Community rate limits

Starter

$29/month
  • 5,000 API credits/mo
  • All models
  • Standard rate limits
  • Email support

Most Popular

Creator

$99/month
  • 15,000 API credits/mo
  • All models
  • Priority rate limits
  • Priority support
  • MCP + REST API access

Pro

$299/month
  • 50,000 API credits/mo
  • All models
  • Highest rate limits
  • Priority support
  • Full MCP + REST + webhooks