AutoContent API
  • Getting started
  • 🔮API Docs
    • 🪄Create Content
    • ♻️Modify Podcast
    • 🪄Create Podcast with custom voices
    • 🪄Create Podcast with a custom script
    • 📽️Create Short
    • 🗣️Clone Voice
    • 🧑‍🤝‍🧑Get Voices
    • 📃Get Transcript
    • 🧑‍🤝‍🧑Separate Speakers Voices
    • ⚙️Get Status
    • 📖List content
    • ⚡Webhook
    • 📈Usage
    • Error codes
  • 🪙Credits
  • 📖Code Samples
    • NodeJS
    • Python
    • C#
    • PHP
  • 🌎Languages
  • 🗣️Voices
  • ❓FAQ
  • 🔌Open API
  • ⚒️Test it
  • 💳Billing
  • Support
Powered by GitBook
On this page
  • POST
  • Response
  1. API Docs

Modify Podcast

Modifies an existing podcast. You can change the voices and/or the script

POST

https://api.autocontentapi.com/content/ModifyPodcast

{
  "audioUrl": "string",
  "voice1": "int",
  "voice2": "int",
  "instructions": "string",
  "backgroundMusicUrl": "string",
  "callbackData": "string",
}

Field
Possible Values

audioUrl

Link to the .wav or .mp3 file of the podcast to modify. Required

voice1

voice2

instructions

Optional. Instructions for the AI to modify the podcast script. Leave black if you only want to change the voices.

backgroundMusicUrl

callbackData

Custom field to include any data you want to get back with the webhook response.

Sample request

curl -X 'POST'
  'https://api.autocontentapi.com/Content/ModifyPodcast'
  -H 'accept: text/plain'
  -H 'Authorization: Bearer YOUR_TOKEN_HERE'
  -H 'Content-Type: application/json'
  -d '{
  "audioUrl": "https://LinkToYourPodcast (.wav or .mp3)",
  "voice1": 144,
  "voice2": 142,
  "instructions": "Start the podcast mentioning how awesome AutoContent API is"
}'

Response

{
    "request_id": "string",
    "error_message": "string"
}
Field
Possible Values

request_id

resource.type

Error message when the request is not successful.

PreviousCreate ContentNextCreate Podcast with custom voices

Last updated 2 months ago

Voice ID of the first AI host. Required. . You can also clone your own voices here.

Voice ID of the second AI host. Required. . You can also clone your own voices here.

Optional. Link to the background music. See samples here: Example: https://cdn.pixabay.com/download/audio/2025/03/04/audio_7461f7fce8.mp3?filename=marketing-corporate-business-background-music-309080.mp3

Id of the request. You can use it to

🔮
♻️
See available voices here
See available voices here
https://pixabay.com/music/search/theme/podcast%20music/
query its status