Get AI Clips
The API allows you to get AI clips from a long-form video by making a POST request to the https://viralapi.vadoo.tv/api/create_ai_clips
endpoint:
Endpoint
POST https://viralapi.vadoo.tv/api/create_ai_clips
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:
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 Englishnum_clips
(integer, optional): Number of clips to generate, default value is 1url
(string): Youtube url of the input video.
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