---
title: "Start a batch AI translation for selected models"
method: POST
path: "/admin/models/translations/batch-generate"
tags: ["Admin Models"]
---

# Start a batch AI translation for selected models

`POST /admin/models/translations/batch-generate`

Queues (model × locale) translation tasks and processes them with a bounded pool of parallel LLM calls. Returns a batchId to poll via GET translations/batch/:batchId. mode=missing (default) only fills incomplete pairs; mode=overwrite regenerates everything.

## Request body

- BatchGenerateModelTranslationsDtoClass

## Response `200`

Batch started; poll the returned batchId for progress

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
