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

# Create

`POST /v1/murfdub/jobs/create`

## Headers

- `api-key` string, required

## Response `200`

Ok

- ApiJobResponse
  - `file_url` string
  - `dubbing_type` 'AUTOMATED' | 'QA', required — Dubbing Type
  - `webhook_url` string
  - `file_name` string, required — Your Uploaded File Name
  - `priority` 'LOW' | 'NORMAL' | 'HIGH', required — Priority of the job. Allowed values: LOW, NORMAL, HIGH
  - `source_locale` string — Source locale
  - `job_id` string, required — Your Job Id
  - `target_locales` string[], required — List of target locales
  - `warning` string

## 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/revisions/07a6cdc0774e/schema)
