{
  "info": "Count words, characters, and lines in text",
  "usage": "POST /word-count with text in body",
  "note": "Maximum text size: 1MB",
  "example": {
    "method": "POST",
    "body": "Your text here"
  }
}