MediaCraft AI

MediaCraft AI — free tier with API key

🔭 Science & SpaceHEALTHYchecked 8h ago
AUTH APIKEYCORS AGENT HTTPS COMMERCIAL ?

MediaCraft AI exposes a free-tier JSON API. Register for an API key if required; we verified a public or demo endpoint.

85HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 85 · healthy
Uptime history
79.4%90 days
90.0%30 days
231P50 · ms
2423P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 84 ms, slowest 1368 ms, most recent 244 ms.
Live response samplecaptured by our last successful check
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"
}
Call itcurl · fetch · python
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())
Endpoints · 2HealthyFULL DOCS ↗
Monitored path responding — GET /231 mschecked 8h ago
GET/PROBED

MediaCraft AI — free tier with API key

GET/?limit=5

Paginated variant with limit parameter.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

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.