---
title: "Create podcast from custom script"
method: POST
path: "/content/CreatePodcastCustomScript"
tags: ["Content"]
---

# Create podcast from custom script

`POST /content/CreatePodcastCustomScript`

Create a podcast using a custom script

## Request body

- object
  - `script` string, required — Script with SPEAKER_00/SPEAKER_01 prefixes
  - `voice1` integer, required — Numeric id of first voice from /content/GetVoices (SPEAKER_00)
  - `voice2` integer, required — Numeric id of second voice from /content/GetVoices (SPEAKER_01)
  - `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)
