Download OpenAPI specification:Download
Endpoints for counting and analyzing words in a given text
Returns the top N most frequently occurring words in the provided text.
Maximum number of top words to return
Plain text to be analyzed
List of top N frequent words
Generated server url
"string"
Returns a frequency map of words in the provided text.
Map of word -> count
Returns the number of words in the provided input text.
Number of words
Returns a sample English sentence for testing purposes.
Sample sentence
Returns descriptions of all available endpoints and their usage.
Endpoint usage help