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 textname1
(string): The host name for AI Podcastvoice1
(string, optional): The host voice for AI Podcast, default value is Onyx voice.name2
(string): The guest name for AI Podcastvoice2
(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 stylelanguage
(string, optional): To generate video in language you want, default value is Englishduration
(string, optional): Podcast Duration in minutes."1-2", "3-5"
, default value is 1-2tone
(string, optional): Tone of the Podcast , default value is Friendlytext
(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