---
title: "Upload multiple files (folder) to local directory"
method: POST
path: "/api/v1/landing/upload-folder/{folder_name}"
tags: ["Landings (Pre-landing/Post-landing)"]
---

# Upload multiple files (folder) to local directory

`POST /api/v1/landing/upload-folder/{folder_name}`

Upload multiple files and store them in /opt/data/landing_templates/{folder_name}

## Path parameters

- `folder_name` string, required

## Query parameters

- `port` integer

## Response `201`

Resource created successfully.

- CreatedResponse
  - `detail` string

## Other responses

- `401` — Authentication required.
- `403` — Access denied.
- `409` — The resource already exists or conflicts with an existing one.
- `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)
