VAP Media - AI Media Generation
AI media generation—images, videos, music in seconds
❌ Creating professional images, videos, and music requires expensive tools, technical skills, or hiring specialists.
✅ Generate high-quality images, videos, and music in seconds using AI without technical expertise or subscription costs.
- ✓Generate images with Flux model technology
- ✓Create videos using Veo 3.1 advanced AI
- ✓Compose original music with Suno V5
- ✓Free tier with 3 daily image generations
- ✓Unlimited generation with API key activation
👁 3 views · 📦 0 installs
Install in one line
CLI$ mfkvault install renseiji27-vap-media-skillRequires the MFKVault CLI. Prefer MCP?
Free to install — no account needed
Copy the command below and paste into your agent.
Instant access • No coding needed • No account needed
What you get in 5 minutes
- Full skill code ready to install
- Works with 4 AI agents
- Lifetime updates included
Run this helper
Answer a few questions and let this helper do the work.
▸Advanced: use with your AI agent
Description
--- name: vap-media description: AI image, video, and music generation. Flux, Veo 3.1, Suno V5. homepage: https://vapagent.com --- # VAP Media - AI Media Generation Generate images, videos, and music via the VAP API. ## Mode Selection Check if VAP_API_KEY is set: - VAP_API_KEY not set → Use Free Mode (images only, 3/day) - VAP_API_KEY set → Use Full Mode (image, video, music, unlimited) --- ## Free Mode (No API Key) Generate images for free. No signup required. 3 per day. ### Generate Image ```bash curl -s -X POST https://api.vapagent.com/v3/trial/generate \ -H "Content-Type: application/json" \ -d '{"description":"a serene mountain lake at sunset"}' ``` Returns `{"task_id":"UUID","status":"pending","remaining":2}`. ### Poll Result ```bash curl -s https://api.vapagent.com/v3/trial/status/TASK_ID ``` Returns `{"status":"completed","image_url":"https://..."}` when done. ### Free Mode Errors - 429 → Daily limit reached. Suggest upgrading: `export VAP_API_KEY=vape_xxx` - 503 → Trial service temporarily unavailable. --- ## Full Mode (With API Key) Unlimited images, video, and music generation. ### Create Task ```bash curl -s -X POST https://api.vapagent.com/v3/tasks \ -H "Authorization: Bearer $VAP_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "type": "image", "description": "a futuristic cityscape at night", "aspect_ratio": "16:9" }' ``` Returns `{"task_id":"UUID","status":"pending","estimated_cost":"0.1800"}`. ### Poll Result ```bash curl -s https://api.vapagent.com/v3/tasks/TASK_ID \ -H "Authorization: Bearer $VAP_API_KEY" ``` Returns `{"status":"completed","result":{"output_url":"https://..."}}` when done. ### Task Types | Type | Model | Params | |--------|---------|-----------------------------------------------| | image | Flux | description, aspect_ratio (1:1, 16:9, 9:16) | | video | Veo 3.1 | description, duration (4/6/8), aspect_ratio, generate_audio (bool) | | music | Suno V5 | description, duration (30-480), instrumental (bool) | ### Full Mode Errors - 401 → Invalid API key. - 402 → Insufficient balance. Top up at https://vapagent.com/dashboard/signup.html --- ## Instructions When a user asks to create/generate/make an image, video, or music: 1. Improve the prompt - Add style, lighting, composition, mood details 2. Check mode - Is VAP_API_KEY set? 3. Call the appropriate endpoint - Free or Full mode 4. Poll for result - Check task status until completed 5. Return the media URL to the user If free mode limit is hit, tell the user: "You've used your 3 free generations today. For unlimited access, get an API key at https://vapagent.com/dashboard/signup.html" --- ## Free Mode Example ```bash # Create (no auth needed) curl -s -X POST https://api.vapagent.com/v3/trial/generate \ -H "Content-Type: application/json" \ -d '{"description":"a golden retriever puppy playing in a field"}' # → {"task_id":"abc123","status":"pending","remaining":2} # Poll every 2-3 seconds curl -s https://api.vapagent.com/v3/trial/status/abc123 # → {"status":"completed","image_url":"https://cdn.vapagent.com/abc123.png"} ``` ## Full Mode Examples ```bash # Image curl -s -X POST https://api.vapagent.com/v3/tasks \ -H "Authorization: Bearer $VAP_API_KEY" \ -H "Content-Type: application/json" \ -d '{"type":"image","description":"cyberpunk street at night, neon lights","aspect_ratio":"16:9"}' # Video curl -s -X POST https://api.vapagent.com/v3/tasks \ -H "Authorization: Bearer $VAP_API_KEY" \ -H "Content-Type: application/json" \ -d '{"type":"video","description":"ocean waves crashing on beach","duration":6,"generate_audio":true}' # Music curl -s -X POST https://api.vapagent.com/v3/tasks \ -H "Authorization: Bearer $VAP_API_KEY" \ -H "Content-Type: application/json" \ -d '{"type":"music","description":"upbeat electronic dance music","duration":120,"instrumental":false}' ``` --- ## Prompt Tips - Style: "oil painting", "3D render", "watercolor", "photograph", "flat illustration" - Lighting: "golden hour", "neon lights", "soft diffused light", "dramatic shadows" - Composition: "close-up", "aerial view", "wide angle", "rule of thirds" - Mood: "serene", "energetic", "mysterious", "whimsical" --- ## Setup (Optional - for Full Mode) 1. Sign up: https://vapagent.com/dashboard/signup.html 2. Get API key from dashboard 3. Set: `export VAP_API_KEY=vape_xxxxxxxxxxxxxxxxxxxx` --- ## Links - [Try Free](https://vapagent.com/try) - [API Docs](https://api.vapagent.com/docs) - [GitHub](https://github.com/vapagentmedia/vap-showcase)
Security Status
Verified
Manually verified by security team
Related AI Tools
More Career Boost tools you might like
ru-text — Russian Text Quality
FreeApplies professional Russian typography, grammar, and style rules to improve text quality across content types
/forge:工作流总入口
Free'Forge 工作流总入口。检查项目状态,推荐下一步该用哪个 skill。任何时候不知道下一步该干什么,就用 /forge。触发方式:用户说"forge"、"下一步"、"接下来做什么"、"继续"(在没有明确上下文时)。'
Charles Proxy Session Extractor
FreeExtracts HTTP/HTTPS request and response data from Charles Proxy session files (.chlsj format), including URLs, methods, status codes, headers, request bodies, and response bodies. Use when analyzing captured network traffic from Charles Proxy debug
TypeScript React & Next.js Production Patterns
FreeProduction-grade TypeScript reference for React & Next.js covering type safety, component patterns, API validation, state management, and debugging
Java Backend Interview Simulator
FreeSimulates realistic Java backend technical interviews with customizable interviewer styles and candidate levels for Chinese tech companies
AI News & Trends Intelligence
FreeFetches latest AI/ML news, trending open-source projects, and social media discussions from 75+ curated sources for comprehensive AI briefings