T
ภาพรวม APIv1ai-ml
Translation API
โดย 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.
คะแนน
0.0
ผู้ใช้บริการ
18
Endpoints
8
POST/v2/detect
POST
/v2/detect2 Energy
Detect language
Request Body
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string"
}
}
}ตัวอย่าง Response
{
"200": {
"example": {
"name": "Thai",
"language": "th",
"confidence": 0.98
},
"description": "Detected language"
}
}No query parameters defined for this endpoint.
Energy ที่ใช้: 2
8 endpoint
POST
/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"
}
}
}ตัวอย่าง Response
{
"200": {
"example": {
"name": "Thai",
"language": "th",
"confidence": 0.98
},
"description": "Detected language"
}
}No query parameters defined for this endpoint.
Energy ที่ใช้: 2
สมัครแพ็กเกจเพื่อเริ่มใช้งาน API นี้
สมัครใช้งาน API ก่อน แล้วกลับมาทดสอบ endpoint ที่นี่