schema
Service Blueprint
AGT-099
v2.4.1-stable
Active
Natural language processing agent optimized for real-time customer support routing and sentiment analysis.
Avg Response
speed230ms
trending_down12ms faster
Error Rate
warning0.02%
check_circleWithin SLA
Total Requests
data_usage1.4M
trending_up+5% this week
Uptime (30d)
verified99.98%
task_altOptimal
calendar_month 30-Day Status History
30 days agoToday
Available Endpoints
POST
/v2/analyze/sentiment
expand_less
Analyzes the sentiment of provided text input and returns confidence scores.
Request Body (application/json)
{
"text": "The new features are incredibly helpful!",
"language": "en",
"options": {
"include_entities": true,
"detailed_scores": true
}
}
GET
/v2/models/status
expand_more
POST
/v2/route/inquiry
expand_more