AI Translation
AI 多语言翻译(中 / 英 / 日 / 韩 / 法 / 德 / 西 / 俄等),支持自然 / 正式 / 直译三种语气。
Documentation
AI Translation
High-quality AI translation supporting multiple language pairs.
Parameters
text(Required): The text to translate (you can specify the target language within the text, e.g., "Translate to Japanese: ...").provider(Optional): Specify the AI provider.
Pricing
- API: 5 Credits/request
- Tool: 10 Credits/request
Integration Examples
Includes ready-to-use Shell, Python, Go, Java, and PHP examples for direct integration.
Request Example
{
"text": "翻译为英文:人工智能正在改变世界"
}Response Example
{
"data": "Artificial intelligence is changing the world."
}Request Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| text | string | 翻译为英文:人工智能正在改变世界 |
Response Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| data | string | Artificial intelligence is changing the world. |