TextPulse
TextPulse is a complete text analytics toolkit that combines sentiment analysis, keyword extraction, readability scoring, entity extraction, language detection, and summarization into a single, fast API. Most text analytics solutions make you subscribe to separate APIs for each feature. TextPulse bundles everything into one subscription — one API key, one integration, one bill. Every endpoint…
TextPulse endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Sentiment Analysis /api/v1/sentiment |
Analyze the sentiment of any text. Returns a positive, negative, or neutral label with a confidence score from 0-1, a sentiment score from -1 to +1, positive and negative word… |
| POST |
Keyword Extraction /api/v1/keywords |
Extract the most important keywords from any text, ranked by relevance score. Returns each keyword with its frequency count and TF-based score with position boosting. Ideal for… |
| POST |
Readability /api/v1/readability |
Score how easy or difficult text is to read. Returns Flesch Reading Ease (0-100), Flesch-Kincaid Grade Level, difficulty label, average sentence length, word count, character… |
| POST |
Entity Extraction /api/v1/entities |
Extract structured data from unstructured text. Detects emails, URLs, phone numbers, dates, dollar amounts, percentages, and proper nouns with their exact positions. Essential… |
| POST |
Language Detection /api/v1/language |
Detect the language of any text. Supports English, Spanish, French, German, Portuguese, and Italian. Returns the detected language with a confidence score and ranked… |
| POST |
Summarization /api/v1/summarize |
Condense long text into the most important sentences. Uses extractive summarization with sentence scoring based on word frequency, position, and length. Specify how many… |
| POST |
Full Analysis (premium) /api/v1/analyze |
Run every analysis module in a single API call — sentiment, keywords, readability, entities, language detection, and summarization. Returns all results in one response. The most… |
TextPulse pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $12.99 / month | 5 / second |
|
| ULTRA | $39.99 / month | 20 / second |
|
| MEGA | $119.99 / month | 50 / second |
|