---
title: "Duplicate a track"
method: POST
path: "/api/v1/tracks/{trackId}/duplicate"
tags: ["cms"]
---

# Duplicate a track

`POST /api/v1/tracks/{trackId}/duplicate`

## Path parameters

- `trackId` string, required

## Request body

- TrackDuplicateRequestDTO
  - `contextualize` boolean — Whether to contextualize the track after duplication
  - `contextualizeOptions` object — Options for contextualization, required if contextualize is true
    - `customInstructions` string — Additional custom instructions
    - `documentIds` string[] — Optional list of document IDs to use as context
    - `orgDescription` string — Organization description
    - `orgName` string, required — Organization name
    - `personaInstructions` string — Custom persona instructions
    - `targetAudience` string — Target audience for the track
  - `language` 'en' | 'de' | 'fr' | 'es' | 'it' | 'nl' | 'zh-Hans' — Optional language of the track to be duplicated

## Response `201`

- TrackDuplicateResponseDTO
  - `id` string, required — The unique identifier of the duplicated track.

---

[API](https://skmtc.net/wejam/apis/jam.md) · [All operations](https://skmtc.net/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wejam/jam/revisions/bd5a5f406bca/schema)
