{"name":"x-account-slop-check","description":"Account slop-check API: send an X/Twitter handle and get back how much of that account's recent output reads as AI-generated. Composite: one call runs user-tweets to pull recent posts, then runs ai-content-detector on each qualifying post, so the response carries a per-post verdict (likely_human, uncertain, likely_ai) and probability, not one blended number. Distinct from x-account-authenticity, which scores bot-likelihood from account metadata and blends one AI-text signal across the whole timeline; this endpoint reads post text post-by-post and reports a slop rate plus an overall mostly_human/mixed/mostly_ai read. user-tweets is the required leg; the per-post detector pass degrades gracefully instead of failing the whole response. Use it as an AI slop detector for X accounts, a bot content screen, an account quality check, or a feed hygiene filter for agents.","price":"$0.05","method":"POST","input_schema":{"properties":{"username":{"type":"string","description":"X/Twitter handle to check, with or without @. Max 15 chars."},"max_posts":{"type":"number","description":"Max recent posts to pull and score (default 10, clamped 5-20)."}},"required":["username"]},"input_example":{"username":"agentutility_ai","max_posts":10},"output_example":{"username":"agentutility_ai","posts_checked":8,"posts_too_short":2,"slop_rate":0.25,"per_post":[{"id":"1234567890","url":"https://x.com/agentutility_ai/status/1234567890","verdict":"likely_human","probability_ai_generated":0.08,"snippet":"just spent the morning debugging a flaky test, turns out it was a timezone thing again"}],"account_verdict":"mostly_human","composed_of":["user-tweets","ai-content-detector"],"components":[{"name":"user-tweets","ok":true,"ms":400}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}