{"name":"sentiment","description":"Score how positive, negative, or mixed a piece of text reads, down to the emotion level. Send text with an optional aspects array (up to 15 specific things to evaluate separately, like \"service\" or \"price\"), and get back overall_sentiment, an overall_score from -1 to +1, a confidence value, a short summary, and a per-emotion breakdown covering joy, anger, sadness, fear, surprise, and disgust. When aspects are supplied, each one gets its own sentiment, score, and supporting quote. Use it as a sentiment analysis API, emotion detection tool, or review and support-ticket triage system for gauging customer feedback or social mentions at scale.","price":"$0.01","method":"POST","input_schema":{"properties":{"text":{"type":"string","description":"Text to analyze. Max 12k chars."},"aspects":{"type":"array","description":"Optional array of up to 15 aspect names to score individually alongside the overall sentiment."}},"required":["text"]},"input_example":{"text":"The food was amazing but the service was slow."},"output_example":{"overall_sentiment":"mixed","overall_score":0.1},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}