← 返回
未分类 中文

Ntriq X402 Sentiment

Analyze sentiment, emotions (joy/anger/sadness/fear), and intent from any text. Pay $0.01 USDC via x402.
分析任意文本的情感、情绪(喜、怒、悲、惧)及意图。费用 0.01 USDC,通过 x402 支付。
ntriq-gh ntriq-gh 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 344
下载
💾 1
安装
1
版本
#latest

概述

Sentiment Analysis (x402)

Analyze sentiment, emotion breakdown, and intent from any text. Returns structured scores for joy, anger, sadness, fear, surprise, and disgust — plus intent classification and a one-sentence summary. Pay $0.01 USDC per call via x402 (Base mainnet).

How to Call

POST https://x402.ntriq.co.kr/sentiment
Content-Type: application/json
X-PAYMENT: <x402-payment-header>

{
  "text": "I've been waiting 3 weeks and still no response. This is completely unacceptable.",
  "language": "en"
}

Parameters

ParameterTypeRequiredDescription
----------------------------------------
textstringText to analyze
languagestringResponse language ISO code (default: en)

Example Response

{
  "status": "ok",
  "sentiment": "negative",
  "confidence": 0.94,
  "emotions": {
    "joy": 0.02,
    "anger": 0.71,
    "sadness": 0.18,
    "fear": 0.05,
    "surprise": 0.02,
    "disgust": 0.62
  },
  "intent": "complain",
  "summary": "Customer expresses strong frustration over a 3-week delay without any response."
}

Sentiment Values

positive, negative, neutral, mixed

Intent Values

inform, request, complain, praise, question, suggest, other

Payment

  • Price: $0.01 USDC per call
  • Network: Base mainnet (EIP-3009 gasless)
  • Protocol: x402
curl https://x402.ntriq.co.kr/services

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 22:39 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Edge To Edge

ntriq-gh
使用此技能将 Jetpack Compose 应用迁移至自适应全屏支持并排查常见问题。使用此技能修复 UI 组件(…)
★ 0 📥 396

Android Cli

ntriq-gh
编排 Android 开发任务,包括项目创建、部署、SDK 管理以及使用 `android` 命令行工具进行环境诊断。
★ 0 📥 396

Ntriq X402 Audio Intel

ntriq-gh
AI音频转录——将mp3/wav/m4a/ogg转为文字,支持语言自动识别和时间戳。费用 $0.05 USDC via x402。
★ 0 📥 376