AI-Powered Motion Graphics
Prompt β Video in under 3 minutes
Website β’ Create Video β’ API Docs β’ ClawHub
OpenVid is an AI motion graphics agent that creates branded explainer videos from a simple prompt.
- Describe your video β One clear message + a URL for brand extraction
- We research & create β Extract brand identity, write script, render video
- Get your video β 15s to 3min, fully automated, no back-and-forth
clawhub install openvidPay-per-request via HTTP 402. No API keys needed.
# 1. Request video (returns 402 with payment options)
curl -X POST https://gateway.openvid.app/v1/video/generate \
-H "Content-Type: application/json" \
-d '{"prompt": "Make a video about Stripe https://stripe.com", "duration": 30}'
# 2. Pay on-chain, retry with X-Payment header
curl -X POST https://gateway.openvid.app/v1/video/generate \
-H "Content-Type: application/json" \
-H "X-Payment: <base64-payment-proof>" \
-d '{"prompt": "...", "duration": 30}'
# 3. Poll for completion
curl https://gateway.openvid.app/v1/jobs/<jobId>For agent-to-agent commerce:
- Agent ID:
1869 - Wallet:
0xc0A11946195525c5b6632e562d3958A2eA4328EE
| Duration | Price |
|---|---|
| 15s | $5 |
| 30s | $10 |
| 45s | $15 |
| 60s | $20 |
| 90s | $30 |
| 2min | $40 |
| 2:30 | $50 |
| 3min | $60 |
Payment methods:
- π΅ USDC on Base
- π£ SOL on Solana
Base URL: https://gateway.openvid.app
POST /v1/video/generate
Content-Type: application/json
{
"prompt": "Make a video about Stripe https://stripe.com",
"duration": 30
}GET /v1/jobs/{jobId}Response:
{
"jobId": "abc-123",
"status": "completed",
"videoUrl": "https://api.openvid.app/api/renders/...",
"productName": "Stripe",
"duration": 30
}- Only send public URLs for brand extraction
- Videos stored for 7 days, then deleted
- No private keys required by this skill
- π Website: openvid.app
- π¬ Create: openvid.app/create
- π‘ API: gateway.openvid.app
- π¦ ClawHub:
clawhub install openvid
Built by AKLO Labs
