---
title: "Create a landing using existing template"
method: POST
path: "/api/v1/landing"
tags: ["Landings (Pre-landing/Post-landing)"]
---

# Create a landing using existing template

`POST /api/v1/landing`

Create a landing using existing template from s3 bucket.

## Request body

- CreateLandingDTO
  - `name` string, required
  - `templateId` string, uuid, required
  - `data` object, required
  - `defaultLanguage` string — Default language code (e.g., 'en', 'es', 'fr', 'en-US')
  - `comment` string, nullable

## 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)
