---
title: "Create"
method: POST
path: "/v1/murfdub/projects/create"
tags: ["dubbing > projects"]
---

# Create

`POST /v1/murfdub/projects/create`

## Headers

- `api-key` string, required

## Request body

- ApiCreateProjectRequest
  - `name` string, required — Your Project Name
  - `source_locale` string — Source Locale
  - `dubbing_type` 'AUTOMATED' | 'QA', required
  - `description` string
  - `target_locales` string[], required — List of target locales

## Response `200`

Ok

- ApiProjectResponse
  - `project_id` string, required — Your Project Id
  - `name` string — Project Name
  - `description` string
  - `source_locale` string — Source Locale
  - `dubbing_type` 'AUTOMATED' | 'QA', required — Dubbing Type
  - `target_locales` string[], required — List of target locales

## Other responses

- `400` — Bad Request
- `403` — Invalid or expired token provided
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/murf/apis/api-reference.md) · [All operations](https://skmtc.net/murf/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/murf/api-reference/versions/07a6cdc0774e/schema)
