MediaCraft AI
MediaCraft AI — free tier with API key
MediaCraft AI exposes a free-tier JSON API. Register for an API key if required; we verified a public or demo endpoint.
GET https://mediacraft-x402-api.onrender.com/
{
"service": "MediaCraft AI — Pay-Per-Call API",
"version": "1.0.0",
"endpoints": {
"/api/v1/translate": {
"method": "POST",
"price": "$0.01",
"description": "EN↔CN bilingual translation with cultural adaptation"
},
"/api/v1/compliance-check": {
"method": "POST",
"price": "$0.02",
"description": "Full content compliance review: Chinese advertising law + platform rules + short-video content safety. Supports script/hook/caption/voiceover/title types."
},
"/api/v1/compliance-batch": {
"method": "POST",
"price": "$0.05",
"description": "Batch review up to 20 items at once"
},
"/api/v1/compliance-report": {
"method": "POST",
"price": "$0.05",
"description": "Generate formal compliance report (audit trail, defensible in enforcement)"
},
"/api/v1/seo-optimize": {
"method": "POST",
"price": "$0.01",
"description": "SEO title, description, and keyword optimization"
}
},
"docs": "/docs",
"health": "/health",
"x402": "/.well-known/x402"
}curl "https://mediacraft-x402-api.onrender.com/"const res = await fetch("https://mediacraft-x402-api.onrender.com/");
const data = await res.json();
console.log(data);import requests
res = requests.get("https://mediacraft-x402-api.onrender.com/")
print(res.json())/PROBEDMediaCraft AI — free tier with API key
/?limit=5Paginated variant with limit parameter.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.
MediaCraft AI: common questions
Is MediaCraft AI free to use?
Yes — MediaCraft AI is a free science & space API. Free tier: Free tier — key may be required. Whether the free tier allows commercial use is unclear — check the provider docs.
Does MediaCraft AI need an API key?
Yes — MediaCraft AI needs a free API key, which you pass on each request. Rate limits: Unpublished.
Can I call MediaCraft AI from the browser?
Yes — MediaCraft AI returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.
Is MediaCraft AI up right now?
As of our last scheduled check, MediaCraft AI is healthy with 79.4% uptime over 90 days and a 231 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.