A simple REST API to identify language of given text
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Harish Karumuthil 1dee8b70ff Added generated files 3 years ago
..
Apis Added generated files 3 years ago
Models Added generated files 3 years ago
README.md Added generated files 3 years ago
index.html Added generated files 3 years ago
openapi.json Added generated files 3 years ago

README.md

Documentation for Language detection service

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description
DefaultApi getApiLanguagePredict GET /api/language/predict Get a list of supported languages
DefaultApi postApiLanguagePredict POST /api/language/predict Detect language of given text

Documentation for Models

Documentation for Authorization

All endpoints do not require authorization.