$ man brand-sentiment
/brand-sentiment
PRICE / CALL
$0.03
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
wordmintCATEGORY
uncategorized
STATUS
● live
NAME
brand-sentiment — measures brand sentiment on x by searching recent public posts about a brand, product, token, or launch and returning an aggregate positi…
synonym alias of twitter-sentiment — reuses the canonical handler.
SYNOPSIS
POST https://x402.agentutility.ai/brand-sentiment
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
Measures brand sentiment on X by searching recent public posts about a brand, product, token, or launch and returning an aggregate positive/neutral/negative distribution plus tweet-level labels. Same read-only X sentiment backend as twitter-sentiment. Use it as a brand sentiment API, social listening sentiment tool, or X brand monitor.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| query | string | X recent-search query, e.g. 'x402 payments' or '(coinbase OR bankr) x402'. | required |
| max_results | number | Number of recent posts to fetch. X API minimum is 10; this endpoint clamps to 10-50. Default 10. | optional |
| language | string | Optional two-letter language filter, e.g. 'en'. | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| result_count | string | — |
| overall_sentiment | string | — |
| distribution | string | — |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/brand-sentiment \
-H 'Content-Type: application/json' \
-d '{ }'first response =
402 Payment Required with payment requirements; sign + retry with X-PAYMENT.EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster npx -y @agentutility/mcp-<cluster> # Required: EVM private key with USDC on Base export X402_PRIVATE_KEY=0x... # Then call the brand-sentiment tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- wordmintbrandsentimentbrand-sentiment
- methods
- POST
- cluster
- wordmint
- price
- $0.03 USDC per call
ADJACENT — other endpoints in wordmint
| endpoint | description | price |
|---|---|---|
| crypto-sentiment | Scores crypto sentiment from recent public X posts about protocols, tickers, tokens, x402, Bankr, Coinbase, and market narratives, withou… | $0.03 |
| rfp-requirements-extract | Extracts structured requirements from pasted RFP, grant, or local solicitation text: requirements, deadlines, attachment checklist, bid/n… | $0.03 |
| social-sentiment | Measures social sentiment on X for brands, tokens, topics, launches, and market narratives. | $0.03 |
| tweet-sentiment | Analyzes the sentiment of recent tweets matching a query. | $0.03 |
| twitter-sentiment | Searches recent public X posts for a query and scores each tweet's sentiment, returning tweet-level scores plus aggregate positive/neutra… | $0.03 |
| twitter-sentiment-api | Analyzes Twitter/X sentiment by searching recent posts and scoring sentiment, polarity, volume, and sample post context when X API creden… | $0.03 |
| x-sentiment | Scores sentiment across recent X posts for any query, returning positive, neutral, and negative labels with result counts and aggregate d… | $0.03 |
| alt-text-generator | Alt text generator / accessibility image description API. | $0.02 |
SEE ALSO