Zephiel API

Text Intelligence

Free tier

Sentiment, entities, summaries, and moderation in one call.

4.812 reviewsby Meridian AI28k subscribers
nlpsentimentmoderationsummarizationentities

Starts at

$22/mo

Choose a plan

Create a free account to subscribe.

Latency
410ms
Uptime
99.96%
Endpoints
4

About this API

A language understanding endpoint covering sentiment and emotion, named-entity recognition, keyword extraction, abstractive summarization, language detection across 104 languages, and policy-grade content moderation.

Common use cases

Review analysis
Support ticket triage
UGC moderation
Newsroom summarization

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/text-intelligence/sentiment" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "sentiment": { "label": "positive", "score": 0.91 },
  "entities": [
    { "text": "Lagos", "type": "LOCATION", "confidence": 0.99 }
  ],
  "language": "en"
}

Related APIs in AI & Machine Learning