---
title: "YouTube MP4 Downloader"
method: GET
path: "/dl/ytmp4"
tags: ["Downloader"]
---

# YouTube MP4 Downloader

`GET /dl/ytmp4`

## Query parameters

- `url` string, required
- `quality` string

## Response `200`

Success - Download YouTube content

- MusicDownloaderResponse
  - `creator` string — The creator of the API
  - `message` string — Additional message for the user
  - `ok` boolean — Indicates if the operation was successful
  - `url` string — The generated download URL for the file
  - `directUrl` string — Direct URL for the download

## Other responses

- `400` — Invalid URL provided
- `500` — Server error

---

[API](https://skmtc.dev/paxsenix/apis/paxsenix-api.md) · [All operations](https://skmtc.dev/paxsenix/apis/paxsenix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/paxsenix/paxsenix-api/revisions/a09b8775685e/schema)
