{"name":"authentic-sentiment","description":"Authentic sentiment API: send a topic, brand, handle, or phrase and get back sentiment from real humans, not bots or AI astroturf. Composite: one call runs x-search for recent posts, then ai-content-detector and x-account-authenticity per post, then sentiment-analysis, excluding posts that read as AI-generated (probability_ai_generated at or above 0.65) or from low-authenticity authors (score under 40) before rolling up sentiment. Post search is required; the per-post AI-detection, authenticity, and sentiment legs are degradable, so a rate limit narrows the rollup instead of failing the call. Returns the filtered authentic_sentiment read plus a raw_sentiment_all_posts figure and exclusion counts. Use it as an authentic sentiment API, real-vs-bot sentiment tool, bot-filtered brand sentiment monitor, or AI-noise-filtered social sentiment tool.","price":"$0.06","method":"POST","input_schema":{"properties":{"query":{"type":"string","description":"Topic, brand, handle, or phrase to read sentiment on, e.g. 'agentutility.ai' or '@bankrbot'. Max 500 chars."},"max_results":{"type":"number","description":"Max posts to fetch and score (default 15, min 10, max 30). Up to 15 are scored for AI-generation and authenticity."},"language":{"type":"string","description":"Optional two-letter language filter, e.g. 'en'."}},"required":["query"]},"input_example":{"query":"agentutility.ai","max_results":15},"output_example":{"query":"agentutility.ai","authentic_sentiment":{"overall":"positive","score":0.42,"based_on_n_posts":9},"excluded":{"ai_generated":2,"low_authenticity":3,"too_short":1},"raw_sentiment_all_posts":{"overall":"positive","score":0.31,"based_on_n_posts":15},"top_authentic_posts":[{"text_snippet":"agentutility.ai is shipping x402 endpoints fast, love the pace","handle":"some_real_user","authenticity":82,"sentiment":"positive"}],"composed_of":["x-search","ai-content-detector:0","sentiment-analysis:0","x-account-authenticity:some_real_user"],"components":[{"name":"x-search","ok":true,"ms":500}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}