AI Translation
AI multilingual translation (Chinese / English / Japanese / Korean / French / German / Spanish / Russian, etc.), supports natural / formal / literal tones.
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. |