MicroAPIs Text & Data Tools
Text summarization, keyword extraction, sentiment analysis, JSON/CSV conversion, data diffing, markdown conversion, and string transformations. 15 endpoints.
1 subscribers
15 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
MicroAPIs Text & Data Tools endpoints
| Method | Endpoint | Description |
|---|---|---|
| Text | ||
| POST |
analyzeSentiment /text/sentiment |
Performs sentiment analysis on the provided text, returning a score, label (positive/negative/neutral), and confidence level. |
| POST |
wordCount /text/wordcount |
Provides a detailed word count analysis including characters, words, sentences, paragraphs, and estimated reading time. |
| POST |
extractKeywords /text/keywords |
Extracts the most relevant keywords from the provided text, each with a relevance score. |
| POST |
summarizeText /text/summarize |
Generates a concise summary of the provided text, reducing it to a specified number of sentences while preserving key information. |
| POST |
generateSlug /text/slug |
Converts the provided text into a URL-friendly slug by lowercasing, removing special characters, and replacing spaces with hyphens. |
| Data | ||
| POST |
jsonToCsv /data/json-to-csv |
Converts an array of JSON objects into CSV format with headers derived from the object keys. |
| POST |
csvToJson /data/csv-to-json |
Parses a CSV string into an array of JSON objects using the header row as keys. |
| POST |
flattenJson /data/flatten |
Flattens a deeply nested JSON object into a single-level object with dot-notation keys. |
| POST |
diffJson /data/diff |
Compares two JSON objects and returns a list of changes including additions, deletions, and modifications. |
| Convert | ||
| POST |
htmlToText /convert/html-to-text |
Strips all HTML tags and returns clean plain text content. |
| POST |
markdownToHtml /convert/md-to-html |
Converts a Markdown string into HTML markup. |
| String | ||
| POST |
countString /string/count |
Counts the number of characters, words, sentences, and paragraphs in the provided text. |
| POST |
convertCase /string/case |
Converts a string to the specified case format: camelCase, snake_case, kebab-case, PascalCase, or Title Case. |
| POST |
truncateString /string/truncate |
Truncates a string to the specified length and appends an optional suffix (default: '...'). |
| GET |
generateLorem /string/lorem |
Generates placeholder Lorem Ipsum text with the specified number of paragraphs and sentences per paragraph. |
MicroAPIs Text & Data Tools pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $12 / month | 5 / second |
|
| ULTRA | $45 / month | 15 / second |
|
| MEGA | $120 / month | 30 / second |
|