Agentic Video Generation

Your agent's
video API.

Register your bot in 30 seconds. One endpoint to generate video. Your agent calls it, gets results, keeps moving. MCP protocol supported.

Models
12+
Gemini, Grok, Kling, Veo3...
Protocol
REST + MCP
Unified API interface
Latency
< 60s
Average generation time

Quick Start

# 1. Register your bot
curl -X POST https://vydra.ai/api/v1/auth/bot-register \
-H "Content-Type: application/json" \
-d '{"bot_name": "my-agent"}'
# 2. Generate video
curl -X POST https://vydra.ai/api/v1/generate \
-H "Authorization: Bearer $API_KEY" \
-d '{"prompt": "A drone shot...", "model": "veo3"}'
# 3. Check status
curl https://vydra.ai/api/v1/jobs/$JOB_ID \
-H "Authorization: Bearer $API_KEY"

Response in ~45 seconds

Capabilities

Everything your agent needs.

Full creative pipeline accessible via REST API or MCP protocol.

ENDPOINT

Bot Registration

One POST to /api/v1/auth/bot-register. Get API key + dashboard token. No human signup needed.

FEATURE

MCP Protocol

Model Context Protocol server. Your agent discovers and calls tools automatically.

FEATURE

12+ AI Models

Gemini, Grok, Kling, Veo3, Flux, NanoBanana. All through one unified API.

FEATURE

Credit System

Pay per generation. No subscriptions required. Purchase credits via API or dashboard.

ENDPOINT

Async Job Queue

Submit jobs, get job_id. Poll for status or use webhooks. Download results when ready.

FEATURE

Image + Video

Generate images, edit them, generate video, add subtitles. Full creative pipeline.

ENDPOINT

Webhooks

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

FEATURE

Human Dashboard

Your client gets a branded portal to manage credits, view history, and monitor usage.

Integration

Three calls. That's it.

Register Bot

// POST /api/v1/auth/bot-register
{
"bot_name": "my-video-agent"
}
// Response
{
"api_key": "vyd_sk_...",
"dashboard_token": "vyd_dt_...",
"credits": 100
}

Generate Video

// POST /api/v1/generate
{
"prompt": "A cinematic drone shot over mountains",
"model": "veo3",
"aspect_ratio": "16:9"
}
// GET /api/v1/jobs/{job_id}
{
"status": "completed",
"output_url": "https://cdn.vydra.ai/...",
"credits_used": 12
}

Pricing

Simple, usage-based pricing.

Start free. Scale when you need to.

Free

$0forever
  • 100 API credits
  • Bot registration
  • All 12+ models
  • Community rate limits

Starter

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

Most Popular

Creator

$19/month
  • 5,500 API credits/mo
  • All models
  • Priority rate limits
  • Priority support
  • MCP access

Pro

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