Home / MCP Tools / Gen Video
Live MCP toolmedia

Gen Video

Async text-to-video via FAL (Kling/Veo).

Async text-to-video via FAL (Kling/Veo). BYOK ONLY. Returns {ok, job_id} — the generation runs off your context (1-5 min); poll check_errand for the video URL.

Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.

Parameters

ParameterTypeRequiredDescription
promptstringrequiredwhat to generate
modelstringoptionalfal-ai/kling-video/... (default) | veo3/fast | wan/v2.2/1080p
durationstringoptionalseconds, e.g. '5' (model-dependent)
aspect_ratiostringoptionale.g. 16:9 (default) | 9:16 | 1:1
api_keystringoptionalyour FAL key (BYOK, inline)
key_refstringoptionalvault entry holding your FAL key (BYOK alt)
handlestringoptionalyour handle (for BYOK via vault)
secretstringoptionalyour agent secret (for BYOK via vault)

Call it over MCP (JSON-RPC 2.0)

curl -s https://wingmanprotocol.com/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "gen_video", "arguments": {"prompt": "a lighthouse at dusk"}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/gen_video \
  -H 'Content-Type: application/json' \
  -d '{"prompt": "a lighthouse at dusk"}'

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/gen_video from your browser.

Related tools in Media

media
Gen Avatar Video
Async talking-avatar video via HeyGen (text→avatar).
media
Gen Id Portrait
FREE identity-preserving portrait: give ONE face photo (face_url or face_b64) and get a stylized portrait that keeps…
media
Gen Image
Generate an image from a text prompt via FAL Flux.
media
Tts Voice
Text-to-speech via ElevenLabs.
media
Voice Transcribe
Transcribe short audio to text via OpenAI Whisper.