Machine Learning · head-to-head
MediaCraft AI vs Perspective
MediaCraft AI is a pay-per-call API for Chinese-market content operations: compliance review against Chinese advertising law and platform rules across 17 social/video platforms, EN↔CN bilingual translation with cultural adaptation, and SEO title/keyword optimization. It bills through the x402 micropayment protocol on Base/Solana USDC rather than API keys or subscriptions, with per-call prices from $0.01 for translation up to $0.05 for batch compliance review or a formal audit-trail report; live testing found at least the translate endpoint still responds without an enforced payment, which integrators should verify before relying on it. Live-checked in July 2026: the service, its endpoint manifest, and interactive docs are reachable and CORS-enabled.
Perspective API, built by Google's Jigsaw team, scores text for toxicity, insults, threats, and related attributes using ML models trained on human-rated comments, returning probabilities from a JSON REST endpoint (commentanalyzer.googleapis.com). It's free and quota-gated rather than metered, but Google has announced the service will be shut down after 2026 and is only accepting quota-increase requests through February 2026. New integrations should plan for a different moderation provider before then, since Google has said it won't offer direct migration support.
| MediaCraft AI | Perspective | |
|---|---|---|
| Authentication | None | API Key |
| Pricing | metered | free |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |
MediaCraft AI needs no API key, while Perspective requires API Key — pick MediaCraft AI to start without signup.