Skip to content

Installation

Learn how to install and setup Pocat for development or production use.

The easiest way to get started is using our live API endpoint:

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

No installation required - just start making requests!

  • Node.js 18+
  • pnpm
  • Python 3.8+ (for yt-dlp)
  • FFmpeg
Terminal window
git clone https://github.com/konxc/pocat-api.git
cd pocat-api
Terminal window
pnpm install
Terminal window
cp .env.example .env
# Edit .env with your configuration
Terminal window
pnpm run dev

Your API will be available at http://localhost:3333

Terminal window
docker pull pocat/api:latest
docker run -p 3333:3333 pocat/api:latest