---
title: "Create Translated Story"
method: POST
path: "/translated-story/{run_id}"
tags: ["Apis", "Stories"]
---

# Create Translated Story

`POST /translated-story/{run_id}`

## Path parameters

- `run_id` integer, required — The unique identifier for the run, which was generated during the creation process and returned upon task completion.

## Request body

- CreateTranslatedStoryRequestPayload
  - `target_language` string

## Response `200`

Successful Response

- TaskID
  - `task_id` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/camb/apis/fastapi.md) · [All operations](https://skmtc.net/camb/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/camb/fastapi/versions/40ebeee64850/schema)
