---
title: "Import master translations JSON"
method: POST
path: "/v2/translations/master-json"
tags: ["Translations"]
---

# Import master translations JSON

`POST /v2/translations/master-json`

Import translations for multiple workflows from master JSON format for a specific locale

## Request body

- ImportMasterJsonRequestDto
  - `locale` string, required — The locale for which translations are being imported
  - `masterJson` object, required — Master JSON object containing all translations organized by workflow identifier

## Response `200`

Master translations imported successfully

- ImportMasterJsonResponseDto
  - `success` boolean, required — Overall success status of the import operation
  - `message` string, required — Human-readable message describing the import result
  - `successful` string[] — List of resource IDs that were successfully imported
  - `failed` string[] — List of resource IDs that failed to import

---

[API](https://skmtc.net/novu/apis/deprecated-novu-api-use-openapi-json-yaml-instead.md) · [All operations](https://skmtc.net/novu/apis/deprecated-novu-api-use-openapi-json-yaml-instead/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/novu/deprecated-novu-api-use-openapi-json-yaml-instead/versions/986fe259fa85/schema)
