> ## Documentation Index
> Fetch the complete documentation index at: https://omnicron.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Video Downloader

> Download online videos from various websites

### Request Body

<ParamField body="url" type="string" required>
  Url to the video specified
</ParamField>

<ParamField body="resolution" type="string">
  This only applies for youtube videos with specified resolution of **1080p**, **720p**, **480p**, **360p**, **240p**.
</ParamField>

### Response

<ResponseField name="response" type="string">
  Direct Cloudinary Video URL.
</ResponseField>

<ResponseExample>
  ```json response theme={null}
  {
    "response": "https://res.cloudinary/downloadedvideo.mp4"
  }
  ```
</ResponseExample>
