{"name":"content-authenticity-report","description":"Check whether a page is AI-generated slop before your agent cites or acts on it. Send a URL or raw text; URL mode also reads up to two lead images. Composite: one call runs scrape (required), ai-content-detector on the text, and ai-image-detector on each lead image. Detector calls are degradable: a timeout leaves that signal null and labeled instead of failing the paid report. Raw text skips extraction and images. Returns per-text and per-image reads plus authenticity_score (0-1, 1 = authentic), weighted 70% text and 30% images when both exist. The detectors are style-signal heuristics, not forensic tests. Use it as a content authenticity checker, AI slop filter, source quality screen, or pre-citation check.","price":"$0.06","method":"POST","input_schema":{"properties":{"url":{"type":"string","description":"Page to check (http/https). Extracts page text plus up to two lead images (og:image, twitter:image). Provide exactly one of url or text."},"text":{"type":"string","description":"Raw text to check directly instead of a URL. Max 20000 chars. Provide exactly one of url or text."},"check_images":{"type":"boolean","description":"Whether to also run image authenticity checks on the page's lead images. Default true. Only meaningful with url."}}},"input_example":{"url":"https://en.wikipedia.org/wiki/Artificial_intelligence","check_images":true},"output_example":{"source":"https://en.wikipedia.org/wiki/Artificial_intelligence","text_analysis":{"probability_ai_generated":0.72,"verdict":"likely_ai","suspicious_phrases":["it is important to note","in today's fast-paced world"]},"image_analysis":[{"image_url":"https://example.com/lead.jpg","probability_ai_generated":0.15,"verdict":"likely_real"}],"authenticity_score":0.328,"overall_verdict":"likely_ai","composed_of":["scrape","ai-content-detector","ai-image-detector:1"],"components":[{"name":"scrape","ok":true,"ms":400}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}