Skip to content

Tunelio developer guides

Practical, copy-paste guides for building with the Tunelio YouTube download API — one request returns a direct CDN URL, with no queues or polling. Pick a guide below, or jump straight to the full API reference.

About the Tunelio API

Tunelio is a developer-first YouTube download API. Two endpoints cover everything: GET /info returns a video's metadata and every available format with exact file sizes, and GET /create returns a direct, signed CDN URL for the quality you pick — MP4 up to 4K, or MP3 audio. There are no job queues and no polling: the download link comes back in a single request.

Authentication is a Bearer API key, and new accounts get 100 free credits — enough to test both endpoints before choosing a plan. The guides above walk through the most common integrations with copy-paste examples in cURL, Python, and Node.js. For the complete reference — authentication, credits, rate limits, and error codes — see the API documentation.