{
  "name": "Vietnamese Text Toolkit API",
  "version": "1.0.0",
  "endpoints": [
    "/v1/remove-tones",
    "/v1/normalize",
    "/v1/word-count",
    "/v1/slugify",
    "/v1/num-to-words",
    "/v1/normalize-name",
    "/v1/match-name",
    "/v1/words-to-number"
  ],
  "usage": {
    "method": "POST",
    "body": {
      "text": "Nội dung tiếng Việt cần xử lý"
    },
    "example": "curl -X POST https://your-domain/v1/remove-tones -H \"content-type: application/json\" -d '{\"text\":\"Lập trình viên\"}'"
  }
}