{"name":"content-quality-pack","description":"Runs the standard pre-publish content checks on text in one call: AI-detection, PII scan, moderation, and sentiment. Returns an AI-generated probability with verdict, every PII match with risk level, an allow/review/block moderation verdict, and overall sentiment. Ideal for UGC pipelines, comment gating, guest-post screening, agent output review. Composite: one call runs ai-content-detector + detect-pii + moderate-content + sentiment in parallel over the same text. Use it as a pre-publish content check or UGC safety gate.","price":"$0.04","method":"POST","input_schema":{"properties":{"text":{"type":"string","description":"Text to check. Max 12000 chars (AI/moderation/sentiment see the first 6000)."}},"required":["text"]},"input_example":{"text":"In today's rapidly evolving digital landscape, contact john@acme.com for cutting-edge solutions."},"output_example":{"text_chars":96,"ai_detection":{"probability_ai_generated":0.85,"verdict":"likely_ai","confidence":0.9},"pii":{"matches":[{"type":"email","value":"john@acme.com"}],"match_count":1,"risk_level":"low"},"moderation":{"verdict":"allow","flagged_count":0},"sentiment":{"overall_sentiment":"neutral","overall_score":0.1},"composed_of":["ai-content-detector","detect-pii","moderate-content","sentiment"],"components":[{"name":"ai-content-detector","ok":true,"ms":2100},{"name":"detect-pii","ok":true,"ms":1500},{"name":"moderate-content","ok":true,"ms":1900},{"name":"sentiment","ok":true,"ms":1700}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}