Word Count API
# Word Counter API This API allows you to count the number of words in a given text. ## Endpoints ### `/wordcount` - Method: `GET` - Request Body: ```json { "text": "The text you want to count the words of" } ``` - Response: ```json { "word_count": 12 } ``` ## Usage To use the API, make a `GET` request to the `/word_count` endpoint with a query header of `?text=`. The API will return a JSON…
Word Count API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Word Count /wordcount |
This endpoint takes a 'GET' request with text / string as a parameter and returns the number of words in that text. |
Word Count API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC Recommended | $0.01 / month | — |
|