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

# Convert To MP3

> Convert any video or audio format to mp3

### Request Body

<ParamField body="file" type="file">
  input audio or video vile
</ParamField>

<ParamField body="url" type="string">
  Url to the video or audio specified. Either this or the file is required.
</ParamField>

### Response

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

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