requestItemAttributesTranslationsByLanguage
POST/items/:id/ai-attribute-translations
Starts an AI translation job that translates a set of text attributes of the draft Item into a single
target language.
The source language is always the organization language.
Acts only on the attributes provided in the request body (typically those without a
value in the organization language). The translation is performed asynchronously: the response carries the
jobId and aiRequestId in the meta block, to be used to fetch the result with getItemAiRequest.
To access the service you need at least one of the following permissions:
| Permission (one of) |
|---|
| updateItem |
Request
Responses
- 202
- 400
AI translation job accepted. The meta block contains jobId and aiRequestId.
Bad request.