DevTools.at
API Documentation
POST/api/v1/word-count

Word Count

Analyze text: count words, characters, sentences, reading time

text

Parameters

inputstring
Yes

Text to analyze

Example Request

curl -X POST https://devtools.at/api/v1/word-count \
  -H "Content-Type: application/json" \
  -d '{"input":"Hello World. This is a test."}'

Try it out

Test this endpoint directly in your browser

Response
Click "Execute Request" to see the response