Downloader

YouTube MP3 Downloader

get/dl/ytmp3

Query parameters

urlstring required

The YouTube content URL to download

formatstring

Audio format that our server had

Response

Success - Download YouTube content

creatorstring

The creator of the API

messagestring

Additional message for the user

okboolean

Indicates if the operation was successful

urlstring

The generated download URL for the file

directUrlstring

Direct URL for the download

Example response

{
  "creator": "@PaxSenix",
  "message": "Hope you guys love my hard work :3",
  "ok": true,
  "url": "https://example.org/12345",
  "directUrl": "https://example.org/dl/12345"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.