---
title: "Modify podcast"
method: POST
path: "/content/ModifyPodcast"
tags: ["Content"]
---

# Modify podcast

`POST /content/ModifyPodcast`

Modify an existing podcast with new voices and background music

## Request body

- object
  - `audioUrl` string, required — URL to the audio file to modify
  - `voice1` integer, required — Numeric id of first voice from /content/GetVoices
  - `voice2` integer, required — Numeric id of second voice from /content/GetVoices
  - `instructions` string — Additional instructions
  - `backgroundMusicUrl` string — Optional URL to background music file
  - `callbackData` string — Optional data for webhook callbacks

## Response `200`

Request accepted

- object
  - `request_id` string — Unique ID for tracking the request
  - `status` integer — Initial status code (0)

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

---

[API](https://skmtc.net/autocontentapi/apis/content-api.md) · [All operations](https://skmtc.net/autocontentapi/apis/content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/autocontentapi/content-api/revisions/355890b6b4cc/schema)
