Skip to main content

Get Video Url

The API allows you to get the AI Video url from id by making a GET request to the https://viralapi.vadoo.tv/api/get_video_url endpoint:

Endpoint

GET https://viralapi.vadoo.tv/api/get_video_url

Request Headers

The API request must include the following headers:

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

Request Url Params

The request must contain the following url parameters:

  • id (string): Video id

You will get a response like this.

Response
{
"url": "video_url",
"status": "complete"
}