Cross-platform Tools · Translation
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.
$0.0010/call · 200 free 180ms avg 99.9% uptime
POSThttp://localhost:8001/v1/translate/text
Go to Dashboard → API Keys to get your API key. Send it on every request as Authorization: Bearer <key> — see the examples below.
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 … |
Request example
curl -X POST "http://localhost:8001/v1/translate/text" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"text":"无线蓝牙耳机 ANC Pro","to":"en"}'Response example
Switch tabs to see the error envelope for each status code. Non-200 responses are never charged.
{
"success": true,
"data": {
"from": "zh",
"to": "en",
"results": [
"Wireless Bluetooth Earbuds ANC Pro — Black"
]
},
"error": null
}Try E-commerce Translate with Orlabia Tech
200 free calls included with every new account.