API Documentation
POST
/api/v1/word-countWord Count
Analyze text: count words, characters, sentences, reading time
text
Parameters
inputstringText 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