All APIs
POSTTranslation
E-commerce Translate
Machine translation optimized for e-commerce content. Correctly handles brand names, size/color attributes, units and marketplace jargon that general translators mangle. 14 language pairs, batch mode supported.
Price
$0.0010 /call
200 free calls to test
Latency
180 ms avg
Measured over 30 days
Uptime
99.9%
Rolling 90-day window
Endpoint
POST {BASE_URL}/translate/text
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | string[] | required | Text or array of texts to translate (max 100 per batch) |
| from | string | optional | Source language, auto-detected if omitted |
| to | string | required | Target language: en, zh, es, ko, vi, th, ru … |
Sample response
{
"success": true,
"data": {
"from": "zh",
"to": "en",
"results": [
"Wireless Bluetooth Earbuds ANC Pro — Black"
]
},
"error": null
}Try E-commerce Translate for free
200 free calls included with every new account.