ytproxy
YouTube video download proxy API. Streams the video directly.
POST /api/download
curl -X POST https://ytdownload.io/api/download \
-H "Content-Type: application/json" \
-d '{"url": "https://youtube.com/watch?v=dQw4w9WgXcQ"}' \
-o video.mp4Request body
{ "url": "https://youtube.com/watch?v=..." }Response
Streams the MP4 file directly. Content-Type: video/mp4