Skip to content

Quick Start

Get up and running with Pocat in just a few minutes.

Base URL: https://nonimitating-corie-extemporary.ngrok-free.dev

Download any YouTube video with a simple POST request:

Terminal window
curl -X POST https://nonimitating-corie-extemporary.ngrok-free.dev/v2/projects \
-H "Content-Type: application/json" \
-d '{
"title": "My Video Project",
"youtubeUrl": "https://www.youtube.com/watch?v=VIDEO_ID",
"userId": 1,
"downloader": "yt-dlp"
}'
{
"success": true,
"message": "Project created, video download started using yt-dlp",
"data": {
"projectId": 11,
"title": "My Video Project",
"status": "downloading",
"downloader": "yt-dlp"
}
}

Once downloaded, access your video at:

https://nonimitating-corie-extemporary.ngrok-free.dev/storage/downloads/project_11_full.mp4