← 返回
未分类 中文

Ntriq X402 Sentiment Batch

Batch sentiment and intent analysis for up to 500 texts. Flat $3.00 USDC via x402.
批量情感与意图分析,最多500条文本。统一收费 3.00 USDC,支付方式 x402。
ntriq-gh ntriq-gh 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 299
下载
💾 1
安装
1
版本
#latest

概述

Sentiment Batch (x402)

Analyze sentiment, emotions, and intent across up to 500 text inputs in one call. Returns confidence scores, emotion breakdown, and intent classification. Flat $3.00 USDC. 100% local inference on Mac Mini.

How to Call

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

{
  "texts": [
    "This product exceeded my expectations!",
    "Delivery was late and packaging was damaged."
  ],
  "language": "en"
}

Parameters

ParameterTypeRequiredDescription
----------------------------------------
textsarrayText strings to analyze (max 500)
languagestringOutput language (default: en)

Example Response

{
  "status": "ok",
  "count": 2,
  "results": [
    {
      "index": 0,
      "status": "ok",
      "sentiment": "positive",
      "confidence": 0.95,
      "intent": "praise",
      "summary": "Customer is highly satisfied with the product quality."
    },
    {
      "index": 1,
      "status": "ok",
      "sentiment": "negative",
      "confidence": 0.88,
      "intent": "complain",
      "summary": "Customer complaints about late delivery and damaged packaging."
    }
  ]
}

Payment

  • Price: $3.00 USDC flat (up to 500 texts)
  • Network: Base mainnet (EIP-3009 gasless)
  • Protocol: x402
curl https://x402.ntriq.co.kr/services

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 00:08 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 219 📥 72,810
dev-programming

Navigation 3

ntriq-gh
学习如何安装并迁移到 Jetpack Navigation 3,以及实现深度链接、多个返回栈、场景(如对话框...)等功能和模式。
★ 0 📥 532
data-analysis

AdMapix

fly0pants
AdMapix 原始数据层,提供广告创意、应用、排名、下载/收入及市场元数据。返回 AdMapix API 的结构化 JSON;调用方...
★ 299 📥 143,645