TextMaster
# TextMaster Welcome to the TextMaster! This API provides a set of text manipulation operations that can be very useful when incorporated into your application. The API allows you to reverse a string, convert a string to uppercase or lowercase, count the number of words in a string, count the number of characters in a string, count the number of sentences in a string, and even generate a simple…
TextMaster endpoints
| Method | Endpoint | Description |
|---|---|---|
| index.php | ||
| POST |
/lowercase /lowercase |
This endpoint gets a string as input and converts all characters to lowercase. Useful for uniform text formatting or case-insensitive operations. |
| POST |
/charcount /charcount |
This endpoint counts the total number of characters in a provided string. Helpful for understanding text length or limiting the size of input. |
| POST |
/wordcount /wordcount |
This endpoint calculates the number of words in a given string. Beneficial for text analysis, readability scoring, and more. |
| POST |
/sentencecount /sentencecount |
This endpoint calculates the number of sentences in a provided string. It can be helpful for text analysis, evaluating readability, or generating document statistics. |
| POST |
/summary /summary |
This endpoint receives a string and generates a brief summary based on its content. It's a handy tool for content management, text analysis, and summarizing large amounts of text. |
| POST |
/uppercase /uppercase |
This endpoint receives a string and transforms all characters to uppercase. Ideal for uniform text formatting or case-insensitive operations. |
| POST |
/reverse /reverse |
This endpoint takes a string as input and returns the string in reverse order. Useful for various text processing and manipulation tasks. |
TextMaster pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $9.99 / month | 10 / second |
|
| ULTRA | $29.99 / month | 100 / second |
|
| MEGA | $99 / month | 500 / second |
|