T
API Overviewv1ai-ml
Translation API
by Demo Corp
Translate text between 100+ languages. Supports Thai, English, Chinese, Japanese, Korean, and more. Features automatic language detection, batch translation, and text-to-speech.
Rating
0.0
Service Users
18
Endpoints
8
POST/v1/v2/detect
POST
/v1/v2/detect2 Energy
Detect language
Request Body
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string"
}
}
}Example Response
{
"200": {
"example": {
"name": "Thai",
"language": "th",
"confidence": 0.98
},
"description": "Detected language"
}
}No query parameters defined for this endpoint.
Energy cost: 2
8 endpoint(s)
POST
/v1/v2/detect2 EnergyDetect language
Detect the language of a given text. Returns language code and confidence score.
Request Body
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string"
}
}
}Example Response
{
"200": {
"example": {
"name": "Thai",
"language": "th",
"confidence": 0.98
},
"description": "Detected language"
}
}No query parameters defined for this endpoint.
Energy cost: 2
Subscribe to a plan to start using this API
Subscribe to an API first, then come back to test endpoints here.