Translate one or more text segments between locales supported in Supported languages.Documentation Index
Fetch the complete documentation index at: https://docs.vmeg.ai/llms.txt
Use this file to discover all available pages before exploring further.
Sync vs async
| Mode | Endpoint | Results |
|---|---|---|
| Sync | POST /openapi/v1/task/translate/create | data.items in HTTP response |
| Async | POST /openapi/v1/task/translate/create-async | Webhook when event is openapi-translate (data.items) |
create and create-async call requires X-Idempotency-Key. Async also needs a configured Webhook.
Workflow (sync)
data.items, aligned with input segments.
Workflow (async)
- Configure Webhooks
- POST to
create-asyncwith idempotency key - Save
taskIdfrom acceptance response - Read translated segments from webhook
data.items
Request details
For segment structure andoptions, see Create text translation (sync). For async-only extraData (echoed in webhooks), see Create text translation (async).
Related
- Products overview
- Pricing — credit consumption

