---
title: "Sync template localizations"
method: POST
path: "/templates/{templateId}/localizations/sync"
tags: ["Templates"]
---

# Sync template localizations

`POST /templates/{templateId}/localizations/sync`

Queues AI translation for selected enabled template locales. Omit locales to sync every enabled non-primary locale, even when automatic on-save sync is disabled.

## Path parameters

- `templateId` string, required

## Request body

- object
  - `locales` string[] — Enabled non-primary locale codes to sync. Omit to sync all of them.

## Response `200`

Template localizations queued

- object
  - `success` boolean
  - `templateId` string
  - `queuedLocales` string[]
  - `queuedVariantCount` integer

## Other responses

- `400` — Invalid locales or no enabled non-primary locales
- `401` — Unauthorized
- `404` — Template not found

---

[API](https://skmtc.net/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.net/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/versions/af1cf9620482/schema)
