Skip to content

翻译服务API

提供多语言翻译和本地化的相关API接口集合。

可用API文档

功能概述

  1. 文本翻译:支持多种语言互译
  2. 语言检测:自动识别输入文本语言
  3. 批量处理:支持大规模文本翻译
  4. 术语定制:自定义翻译术语库

使用示例

http
POST /api/v1/translate HTTP/1.1
Content-Type: application/json

{
  "text": "Hello world",
  "source": "en",
  "target": "zh"
}

相关链接