requestItemAttributeTranslation
POST/items/:id/ai-attribute-translation
Starts an AI translation job that translates a single text attribute of the draft Item into the
languages specified in the request body, overwriting the existing translations. 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.