Create Landing Page Translation

Clones a landing page into one or more other locales as sibling records and queues an AI pass that translates the text and content of each. The clones are saved immediately, so a failed translation leaves an editable verbatim copy rather than nothing. 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 landing page 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…