Text Insight API
Eight text-analysis features in a single call — sentiment, language detection, keywords, summary, readability, spam score, toxicity and PII detection. Full ML-grade support for English, Spanish, Portuguese, German and French, with 50+ languages handled best-effort. No LLM round-trips: everything runs on local ONNX models, typical response under 150 ms. Built for automated pipelines: webhook →…
Text Insight API endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1 | ||
| POST |
analyze_v1_analyze_post /v1/analyze |
Analyze a single text (1–50,000 chars) in one call. Pick any subset of nine features — sentiment, language, keywords, summary, readability, spam signals, toxicity, PII detection,… |
| POST |
analyze_batch_v1_analyze_batch_post /v1/analyze/batch |
Analyze up to 50 texts in a single request (200,000 chars total) — built for pipelines: review exports, comment queues, ticket streams, survey responses. Same parameters as… |
| Other endpoints | ||
| GET |
health_health_get /health |
|
| POST |
analyze_batch_v1_analyze_batch_post /v1/analyze/batch |
|
| POST |
analyze_v1_analyze_post /v1/analyze |
|
| POST |
analyze_batch_v1_analyze_batch_post /v1/analyze/batch |
Analyze up to 50 texts in a single request — useful for review backfills, comment queues and survey digests. Same parameters as /v1/analyze, but takes a `texts` array instead of… |
| POST |
analyze_v1_analyze_post /v1/analyze |
Analyze a single text and return up to eight insights in one call: language detection, sentiment score, keyword extraction, extractive summary, readability (Flesch Reading Ease),… |
| POST |
analyze_v1_analyze_post /v1/analyze |
|
| POST |
analyze_batch_v1_analyze_batch_post /v1/analyze/batch |
|
| POST |
analyze_v1_analyze_post /v1/analyze |
Analyze a single text (1–50,000 chars) in one call. Pick any subset of eight features — sentiment, language, keywords, summary, readability, spam score, toxicity, PII — or omit… |
| POST |
analyze_batch_v1_analyze_batch_post /v1/analyze/batch |
Analyze up to 50 texts in a single request (200,000 chars total) — built for pipelines: review exports, comment queues, survey responses. Same parameters as /v1/analyze, but pass… |
Text Insight API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | 10000 / second |
|
| ULTRA | $50 / month | 100000 / second |
|