{"name":"slop-filtered-brief","description":"Research a topic without the AI-generated slop. Get back a brief from web, news, and X sources that pass ai-content-detector, with AI-flagged sources dropped before you see them. Composite: one call runs web-search plus news-search plus x-search, then scores candidate sources through ai-content-detector, excluding anything scored 0.65+ for probability of AI-generated. web-search is required, failing the call on error; news-search and x-search (skip with include_x: false) degrade instead, same for any single ai-content-detector call that times out, kept unscored rather than dropped. Short sources are kept unscored too, a style-signal heuristic, not forensic AI-detection. Returns the brief grouped by source type plus an excluded_ai_generated count. Use it as an AI-slop-filtered research API, human-sourced topic brief, clean research digest, or pre-citation research 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"}