Analyze Sensitive Words
Free sensitive word analysis API interface, intelligently detects sensitive content in text. Supports multi-dimensional risk scoring for pornography, violence, abuse, etc. Suitable for content moderation, comment filtering, text security detection and other scenarios. · Suitable for social platform content moderation, comment system filtering, forum management, live broadcast bullet screen moderation, UGC content detection, text security protection, smart customer service and other scenarios · Analyze Sensitive Words
free sensitive word analysis API, content moderation interface, sensitive word detection API, text risk assessment, AI content moderation, smart filtering API, sensitive content recognition
POST /sensitive-word/analyze - Analyze Sensitive Words
Analyze the sensitivity level of one or multiple keywords, returning standardized risk labels and confidence results.
Overview
- Risk Analysis: Provides semantic-level risk judgments based on text content.
- Stable Response: Balances processing efficiency and response speed for high-frequency call scenarios.
- Concurrent Support: Supports batch concurrent processing, can analyze up to 100 keywords at once.
- Input Limits: Single keyword max 1,000 characters, total characters max 20,000.
- Standard Labels: Returns label field, clearly distinguishing between sensitive and normal.
- Clear Classification: Returns category field to identify specific risk categories.
- Confidence Output: Returns confidence field, ranging from 0.0 to 1.0.
Response Field Descriptions
| Field | Type | Description |
|------|------|-------------|
| results | array | Array of analysis result objects. |
| results[].k | string | The original keyword you provided in the request. |
| results[].label | string | Core judgment field: sensitive, normal. |
| results[].category | string | Risk classification: safe, threat, porn, fraud, insult. |
| results[].confidence | number | Confidence of current classification, range 0.0 to 1.0. |
| total | integer | Total number of keywords successfully analyzed in this request.