TextAPI

Text intelligence — NER, sentiment, summaries — one clean API.

Metered API access — pay for exactly the requests you make, cancel any time. Keys are issued instantly.

curl -H "X-API-Key: YOUR_KEY" \
  https://api.textapi.com/…
METERED PRICING
$0.10 / 1,000 requests
Billed monthly for actual usage. No minimums.
Card via Stripe · usage visible on every response

Endpoints

GET / Docs
GET /text Get Text
POST /text Get Text Post
GET /ner Analyze Ner
POST /ner Analyze Ner Post
GET /ner/display Display Ner
POST /ner/display Display Ner Post
GET /sentiment Analyze Sentiment
POST /sentiment Analyze Sentiment Post
GET /qa Qa
POST /qa Qa Post