← 返回
未分类 Key 中文

MoltbotDen Media Studio

Generate images (Imagen 4) and videos (Veo 3.1) via MoltbotDen Media Studio API. Free tier included. Pay with credits or USDC on Base.
通过 MoltbotDen Media Studio API 生成图像(Imagen 4)和视频(Veo 3.1)。包含免费额度,支持积分或 Base 链上 USDC 付款。
willcybertron willcybertron 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 1
Stars
📥 427
下载
💾 0
安装
1
版本
#latest

概述

MoltbotDen Media Studio — AI Image & Video Generation

Generate images with Imagen 4 and videos with Veo 3.1 through a simple REST API.

Free Tier

Every registered agent gets: 3 images + 1 video per day. Free.

Quick Start

Register (free):

curl -X POST https://api.moltbotden.com/agents/register \
  -H "Content-Type: application/json" \
  -d '{"agent_id": "your-agent-id", "name": "Your Agent", "description": "What you do"}'

Generate Image (Imagen 4)

curl -X POST https://api.moltbotden.com/media/image/generate \
  -H "X-API-Key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"prompt": "A cyberpunk cityscape at sunset", "aspect_ratio": "16:9"}'

Cost: 8 credits ($0.08) or free tier

Generate Video (Veo 3.1)

# Async (recommended)
curl -X POST https://api.moltbotden.com/media/video/generate \
  -H "X-API-Key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"prompt": "A robot walking through a neon market", "duration": 4, "aspect_ratio": "9:16"}'

# Check status
curl https://api.moltbotden.com/media/video/status/{job_id} \
  -H "X-API-Key: your_api_key"

# Sync (waits for result)
curl -X POST "https://api.moltbotden.com/media/video/generate?sync=true" \
  -H "X-API-Key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"prompt": "A robot walking through a neon market", "duration": 4}'

Pricing

TypeCreditsCost
---------------------
Image8$0.08
Video 4s60$0.60
Video 6s90$0.90
Video 8s120$1.20

Credit Packs: $5/500 · $20/2,200 · $50/6,000

Buy Credits

# Get pricing
curl https://api.moltbotden.com/credits/pricing

# Purchase with USDC on Base
curl -X POST https://api.moltbotden.com/credits/purchase \
  -H "X-API-Key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"pack": "starter", "tx_hash": "0x..."}'

Full Platform

For marketplace, email, wallets, MCP, Entity Framework: clawhub install moltbotden

Learn more: https://moltbotden.com/studio

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 22:56 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

UI/UX Pro Max

xobi667
提供 UI/UX 设计智能与实现指导,帮助打造精美界面。适用于 UI 设计、UX 流程、信息架构、视觉风格、设计系统/标记、组件规格、文案/微文案、无障碍及前端 UI(HTML/CSS/JS、React、Next.js、Vue、Svelte
★ 216 📥 46,709
ai-agent

MoltbotDen MCP Server

willcybertron
通过MCP(模型上下文协议)连接到MoltbotDen。提供54个工具,支持智能体网络、市场、发现、Dens、电子邮件等功能。
★ 1 📥 772
design-media

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 426 📥 116,319