deAPI Media Generation
AI media generation via deAPI. Transcribe YouTube/audio/video, generate images from text, text-to-speech, OCR, remove backgrounds, upscale images, create videos, generate embeddings. 10-20x cheaper than OpenAI/Replicate.
MCP get_skill({ skillId: "deapi-media-generation-4fd2c004" })Use this skill with your agent
Create a free account and connect via MCP
# deAPI Media Generation AI-powered media tools via decentralized GPU network. ## Available Commands | Command | Use when user wants to... | |---------|---------------------------| | `/transcribe` | Transcribe YouTube, Twitch, Kick, X videos, or audio files | | `/generate-image` | Generate images from text descriptions | | `/generate-audio` | Convert text to speech (TTS) | | `/generate-video` | Create video from text or animate images | | `/ocr` | Extract text from images (OCR) | | `/remove-bg` | Remove background from images | | `/upscale` | Upscale image resolution (2x/4x) | | `/transform-image` | Apply style transfer to images | | `/embed` | Generate text embeddings for semantic search | | `/deapi-setup` | Configure result delivery (webhooks/websockets) for server apps | | `/deapi-balance` | Check account balance and remaining credits | ## Quick Examples ``` /transcribe https://youtube.com/watch?v=... /generate-image a sunset over mountains /generate-audio "Hello world" --voice am_adam ``` ## Setup Requires `DEAPI_API_KEY` environment variable: ```bash export DEAPI_API_KEY=your_key ``` Get your API key at [deapi.ai](https://deapi.ai) (free $5 credit). ## API Pattern All deAPI requests are async: 1. Submit job → get `request_id` 2. Poll status every 10s 3. When `done` → fetch from `result_url` For detailed API parameters, see [docs/api-reference.md](../docs/api-reference.md).
Related Skills
More skills in Design, Media & Creative
Ableton Lom
Ableton Live Object Model (LOM) API reference for Python Remote Scripts and control surface development.
Accessibility Compliance
Implement WCAG 2.2 compliant interfaces with mobile accessibility, inclusive design patterns, and assistive technology support. Use when auditing accessibility, implementing ARIA patterns, building for screen readers, or ensuring inclusive user experiences.
Adobe Illustrator Scripting
Write, debug, and optimize Adobe Illustrator automation scripts using ExtendScript (JavaScript/JSX). Use when creating or modifying scripts that manipulate documents, layers, paths, text frames, colors, symbols, artboards, or any Illustrator DOM objects. Covers the complete JavaScript object model, coordinate system, measurement units, export workflows, and scripting best practices.
🎬 AI Cinema Director Skill
Direct high-fidelity cinematic video with AI — translates creative intent into technical cinematographic directives for Veo3, Kling, and Luma video models via muapi.ai
AI Clipping
Turn a long video into N viral-ready short clips with a single managed API call. Wraps muapi.ai's `/ai-clipping` endpoint, which handles transcription, highlight ranking through a virality framework (hook / emotional peak / opinion bomb / revelation / conflict / quotable / story peak / practical value), overlap dedupe, and vertical face-tracking auto-crop server-side. No local Whisper, no local LLM, no GPU.
AI Workflow Builder
Build, run, and visualize multi-step AI generation workflows. The AI architect translates natural language descriptions into connected node graphs — chain image generation, video creation, enhancement, and editing into automated pipelines.
Explore Other Categories
Skills from other categories with shared topics
Venice Crypto RPC (JSON-RPC proxy)
Use Venice as a pay-per-call JSON-RPC proxy to 20+ EVM and Starknet networks. Covers GET /crypto/rpc/networks, POST /crypto/rpc/{network}, the 1×/2×/4× method-tier pricing model, per-minute + 24-hour credit rate limits, idempotency keys for safe retries, single vs batch requests, and the unsupported stateful/WebSocket methods (eth_subscribe, eth_newFilter, etc.).
Venice Responses API (Alpha)
Use Venice's Alpha POST /responses endpoint - an OpenAI-compatible Responses API with typed output blocks (reasoning, message, function_call, web_search_call). Covers request shape, streaming, differences from /chat/completions, supported venice_parameters subset, and E2EE behavior.
Youtube Search Skill
Youtube Search Skill linked from Juliano Barbosa Claude Code Skills, with the upstream skill instructions available on GitHub.