Text Tools Api
Text tools like word count, reverse, uppercase, etc.
4 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Text Tools Api endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/wordcount / |
{ "word_count": 5 } |
| GET |
/charcount / |
{ "char_count": 12 } |
| GET |
/uppercase / |
all characters are uppercase |
| GET |
/lowercase / |
all characters are lowercase |