Video Downloader API

Complete reference for all available download endpoints.

FLVTO API (MP3 Coverage)

Converts YouTube video to MP3.

GET /api/flvto?url={YOUTUBE_URL}

Parameters

Name Type Required Description
url string Yes YouTube Video URL

Response Example

{
  "success": true,
  "format": "mp3",
  "download_url": "https://...",
  "title": "Song Title"
}

YTDown.to API

Fast polling downloader with high-quality support.

GET /api/ytd?url={YOUTUBE_URL}&formate={FORMAT}

Parameters

Name Type Default Description
url string - YouTube Video URL
formate string - Video: 1080p, 720p, 480p, 360p, 240p, 144p
Audio: 320kbps, 256kbps, 128kbps, 96kbps, 64kbps, M4A

YT1s / Embed API

Direct download tunnel retrieval.

GET /api/yt1s?url={YOUTUBE_URL}&formate={FORMAT}

Parameters

Name Type Default Description
url string - YouTube Video URL
formate string 1080p Video: 1080p, 720p, 480p, 360p, 240p, 144p
Audio: 320kbps, 256kbps, 128kbps, 96kbps, 64kbps, M4A

YTDownload API

All-in-one metadata and download links.

GET /api/ytdownload?url={YOUTUBE_URL}

Parameters

Name Type Required Description
url string Yes YouTube Video URL

Search API (Public)

Search YouTube using the Official Data API (Requires API Key).

GET /api/search?q={QUERY}

Parameters

Name Type Required Description
q string Yes Search Query
max_results int No Default: 10

Search API (Internal)

Search YouTube using Internal Methods (No API Key Limits).

GET /api/search-internal?q={QUERY}

Parameters

Name Type Required Description
q string Yes Search Query