---
title: "Create podcast with custom voices"
method: POST
path: "/content/CreatePodcastCustomVoices"
tags: ["Content"]
---

# Create podcast with custom voices

`POST /content/CreatePodcastCustomVoices`

Create a podcast with specified voices based on resources, topic, or feeds. Either 'resources', 'topic', or 'feeds' must be provided.

## Request body

- object
  - `resources` object[] — Resources for content generation (required if topic or feeds are not provided)
    - `type` 'text' | 'youtube' | 'website' | 'pdf' | 'file'
    - `content` string — For type "file", provide an https URL or a file id returned by POST /files. For other types, provide the text or URL expected by that type.
  - `topic` string — Topic for content generation (alternative to resources or feeds)
  - `feeds` integer[] — Array of feed IDs for content generation (alternative to resources or topic, max 10)
  - `projects` string[] — Array of project IDs to use as context for generation (max 10)
  - `text` string — Instructions or query for content generation
  - `voice1` integer, required — Numeric id of first voice from /content/GetVoices
  - `voice2` integer, required — Numeric id of second voice from /content/GetVoices
  - `duration` 'short' | 'long' | 'default' — Duration preference for content generation
  - `style` 'deep dive' | 'brief' | 'critique' | 'debate' — Style of podcast content (defaults to deep dive)
  - `language` string — Optional language for the generated podcast (leave empty to use the default)
  - `notebookId` string — Notebook ID for enterprise clients
  - `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)
