Skip to main content

Create an AI Podcast

The API allows you to create a new AI Podcast by making a POST request to the https://viralapi.vadoo.tv/api/generate_podcast endpoint:

Youtube tutorial

Endpoint

POST https://viralapi.vadoo.tv/api/generate_podcast

Request Headers

The API request must include the following headers:

  • X-API-KEY: API-KEY - The secret key for authenticating the API request.

Request Body

The request body contain the following parameters:

  • url (string): URL of the website or PDF to create a podcast from, optional if using text
  • name1 (string): The host name for AI Podcast
  • voice1 (string, optional): The host voice for AI Podcast, default value is Onyx voice.
  • name2 (string): The guest name for AI Podcast
  • voice2 (string, optional): The guest voice for AI Podcast, default value is Echo voice.
  • theme (string, optional): To display captions with style, default value is Hormozi_1 style
  • language (string, optional): To generate video in language you want, default value is English
  • duration (string, optional): Podcast Duration in minutes. "1-2", "3-5", default value is 1-2
  • tone (string, optional): Tone of the Podcast , default value is Friendly
  • text (string): Custom content for the Podcast, option if using website or PDF url

You will get a response like this.

Response
{
"vid": 375930711093
}

Note: This is your generated video id. The video will get generated and the video info along with vid will be sent to the webhook in 2-3 minutes. The generated video will be available for 30 minutes to download before expiry