{"name":"slop-filtered-brief","description":"Research a topic without AI-generated slop. Composite: one call runs web-search, news-search, and x-search, then scores candidate sources through ai-content-detector and excludes anything at or above 0.65 probability_ai_generated. All three discovery legs are degradable, so one slow provider narrows the source mix instead of failing the paid brief; set include_x: false to skip X. A detector timeout keeps that source unscored rather than dropping it. Short sources stay unscored too. Returns kept sources grouped by type, excluded_ai_generated details, counts, and component timing. This is a style-signal heuristic, not forensic AI detection. Use it as an AI-slop-filtered research API, human-source brief, clean research digest, or pre-citation tool.","price":"$0.06","method":"POST","input_schema":{"properties":{"topic":{"type":"string","description":"Topic to research, e.g. 'x402 payment protocol adoption'. Max 300 chars."},"recency":{"type":"string","description":"How recent the sources should be: 'day', 'week', 'month', 'year', or 'any'. Default 'month'."},"include_x":{"type":"boolean","description":"Whether to include an X/Twitter search leg. Default true."}},"required":["topic"]},"input_example":{"topic":"x402 payment protocol adoption","recency":"month"},"output_example":{"topic":"x402 payment protocol adoption","kept_sources":[{"type":"web","title":"Adoption picks up","url":"https://human-blog.example/post-1","domain":"human-blog.example","snippet":"honestly wasn't expecting x402 payment adoption to move this fast...","ai_checked":true},{"type":"news","title":"x402 adoption grows","url":"https://news.example/article-1","domain":"news.example","snippet":"x402 adoption grows","ai_checked":false}],"excluded_ai_generated":[{"url_or_handle":"https://content-farm.example/post-2","probability_ai_generated":0.9}],"counts":{"web":1,"news":1,"x":1,"excluded_ai":1,"unscored":1},"composed_of":["web-search","news-search","x-search","ai-content-detector:0","ai-content-detector:1"],"components":[{"name":"web-search","ok":true,"ms":500}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}