---
title: "Create or update landing translation"
method: POST
path: "/api/v1/landing/translation"
tags: ["Landings (Pre-landing/Post-landing)"]
---

# Create or update landing translation

`POST /api/v1/landing/translation`

Create or update a translation for a landing page in a specific language. For automatic translation using DeepL, use the /api/v1/translation/landing endpoint instead.

## Request body

- CreateLandingTranslationDTO — DTO for creating or updating a landing translation.
  - `landingId` string, uuid, required — ID of the landing page
  - `languageCode` string, required — Language code (e.g., 'en', 'es', 'fr', 'en-US')
  - `data` object, required — Translated data for the landing page

## Response `201`

Resource created successfully.

- CreatedResponse
  - `detail` string

## Other responses

- `401` — Authentication required.
- `403` — Access denied.
- `404` — The requested resource was not found.
- `422` — Validation error. Please check your input.

---

[API](https://skmtc.dev/pwapps/apis/curie-api.md) · [All operations](https://skmtc.dev/pwapps/apis/curie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pwapps/curie-api/revisions/b0af9064dfef/schema)
