Production-ready text-to-video through the current VAP Media API. Send plain-language prompts, let VAP optimize them, and receive polished clips through REST, MCP, or A2A.
Skip direct provider plumbing, billing setup, and prompt-format trial and error. Choose a Room or Media plan, call the API, and generate.
VAP uses custom-trained AI agents to transform raw descriptions into model-optimized prompts so Pimo AI-Video gets cleaner direction with less effort from you.
A Room or Media plan unlocks video access. Usage is counted against your active plan allowance and shown in Dashboard usage.
Use Pimo AI-Video through REST API, MCP for Claude Desktop, or agent-to-agent workflows with the same VAP account and task lifecycle.
Supported ratios: 16:9, 9:16, 1:1, 4:3, 3:4, 21:9. Audio is optional and prompt optimization is built in.
curl -X POST https://api.vapagent.com/api/v1/generations \
-H "Authorization: Bearer YOUR_MEDIA_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"kind": "video",
"prompt": "Cinematic drone shot of a coastal sunset",
"params": {
"aspect_ratio": "16:9",
"duration": 8,
"resolution": "1080p"
}
}'
This is the current Media API surface for generation requests.
Start with a Room or Media plan. Pro and Max plans include video workflows, and usage is visible in Dashboard.
Try VAP Free