> ## 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.

# Music Download

> Download any music to device.

### Request Body

<ParamField body="query" type="string" required>
  song input selected from the `/musicsearch` endpoint.
</ParamField>

### Response

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

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