Skip to main content
Version: 86.12.0

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

AI translation job accepted. The meta block contains jobId and aiRequestId.