Advanced Sentiment Analysis API
收藏RapidAPI2025-07-04 更新2025-07-05 收录
下载链接:
https://rapidapi.com/Klinger/api/advanced-sentiment-analysis-api
下载链接
链接失效反馈官方服务:
资源简介:
High-performance API for instant sentiment analysis of English text, reviews, social media comments, and customer feedback.
创建时间:
2025-07-04
原始信息汇总
Advanced Sentiment Analysis API 数据集概述
基本信息
- API名称: Advanced Sentiment Analysis API
- 提供商: Klinger
- 类别: Text Analysis
- 订阅人数: 1
- 定价计划:
- BASIC: $0.00 / mo
- PRO: $4.99 / mo
- ULTRA: $9.99 / mo
- MEGA: $19.99 / mo
- 免费使用限制: 1 requests per second
API概述
- 功能: 提供即时、高准确度的英语文本情感分析。
- 特点:
- 专为在线内容设计,能理解俚语、表情符号、缩写和大写。
- 高性能,可处理每分钟数千次请求。
- 支持批量处理,单次API调用可分析最多100个文本。
- 提供详细的、可操作的分数,包括正面、负面、中性及综合分数。
目标用户
- 开发者及初创公司
- 市场营销及品牌经理
- 数据分析师
- 社区管理员
端点
1. Analyze Sentiment
- 方法: POST
- 路径:
/analyze - 请求体:
texts(array[string], 必填): 包含1至100个待分析文本字符串的数组。
- 响应体:
sentiment(string): 总体情感类别。compound_score(float): 综合分数(-1至+1)。positive_score(float): 正面分数比例。neutral_score(float): 中性分数比例。negative_score(float): 负面分数比例。
2. Health Check
- 方法: GET
- 路径:
/ping - 响应体:
status(string): API运行状态。
认证
- 必需头部:
X-RapidAPI-Key: 您的个人API密钥。
错误代码
400 Bad Request: 请求格式错误。401 Unauthorized: API密钥缺失或无效。429 Too Many Requests: 超出请求限制。500 Internal Server Error: 服务器内部错误。



