---
name: amt-video-generation
description: Generate short AI videos from text prompts via REST/MCP (Wan and other models). Async jobs with credits. Use for social clips and product demos.
---

# AI video generation (Agent Media Tools)

## When to use
- Text-to-video for social, demos, or creative prototypes
- Agent pipelines that need MP4 output from a prompt

## Entry points
- Tool: https://agentmediatools.com/tool/generate-video
- Guide: https://agentmediatools.com/blog/ai-video-generation-agent-guide
- Agent route: `POST /api/agent/generate-video` with `Authorization: Bearer YOUR_KEY`

## Behavior
1. Submit prompt (+ optional duration/model) as an async job.
2. Poll job status or use webhook delivery when configured.
3. Download the resulting MP4 when complete.

## Billing
- Flexible credits per second/model (see pricing UI before submit)
- Free daily tool pool does not replace credit cost for generation
- Founding Pro includes monthly credits: https://agentmediatools.com/pricing

## Related
- Image gen: `/tool/generate-image`
- Usage: `GET /api/agent/usage` or `GET /api/usage`
- Skills hub: https://agentmediatools.com/skills/
