Create Template Translation

Clones a template into one or more other locales as sibling records, carrying its publication and tag assignments, and queues an AI pass that translates the content of each. Each translation is a distinct template with its own ESP push, so bulk-translating templates is a heavy operation. A locale that cannot be used is reported in refused and leaves the others alone.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The ID of the template to translate

Body Params

Body Params

locales
array of strings
required

The locales to translate into

locales*
string

A single locale to translate into, instead of locales

boolean

Run the AI translation pass. Defaults to true.

Responses
200

The created translations and their translation tasks, plus any locale that was refused

422

None of the locales could be used: not enabled, already translated, or the record is itself a translation.

Language
Credentials
Bearer
JWT
URL
LoadingLoading…