Skip to main content

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 style
  • language (string, optional): To generate video in language you want, default value is English
  • num_clips (integer, optional): Number of clips to generate, default value is 1
  • url (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