Loading...
Loading...
Score text from -1 (strongly negative) to +1 (strongly positive) with a label, handling negation, intensifiers and emphasis. Called as POST /v1/text/sentiment, it takes text and returns score, label, matches, positiveTerms. A support-triage or review-monitoring agent must decide whether a message is a complaint before it routes or escalates it, and a model call for one number costs more than this and is not reproducible. Reading this schema and dry-running the call are free and need no wallet; a real call costs $0.004, paid in USDC on Base over x402.
npx skill4agent add fittings-sh/fittings fittings-text-sentimenttext.sentimenthttps://fittings.shPOST https://fittings.sh/v1/text/sentiment| Field | Type | Required | Notes |
|---|---|---|---|
| string | yes | Text to score, up to 20000 characters |
{
"text": "The delivery was late and the packaging was damaged, but support was very helpful."
}| Price | $0.004 per call, metered per characters |
| Source | none (pure compute) |
| Licence | none-needed |
fittingscall.mjscurl -sO https://fittings.sh/skill/call.mjscurl -s https://fittings.sh/catalog/text.sentiment | jq402 Payment Required# Dry run. Prints the quote and pays nothing, because no key is set.
node call.mjs text.sentiment text="The delivery was late and the packaging was damaged, but support was very helpful."
# For real: a wallet holding USDC on Base, and nothing else.
export FITTINGS_PRIVATE_KEY=0x...
node call.mjs text.sentiment text="The delivery was late and the packaging was damaged, but support was very helpful."FITTINGS_PRIVATE_KEYFITTINGS_MAX_PRICE@x402/core@x402/evmfittingshttps://fittings.sh/catalog/search?q=...