Installation
Installation
Section titled “Installation”Learn how to install and setup Pocat for development or production use.
Using the Live API
Section titled “Using the Live API”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!
Self-Hosted Installation
Section titled “Self-Hosted Installation”Prerequisites
Section titled “Prerequisites”- Node.js 18+
- pnpm
- Python 3.8+ (for yt-dlp)
- FFmpeg
Clone Repository
Section titled “Clone Repository”git clone https://github.com/konxc/pocat-api.gitcd pocat-apiInstall Dependencies
Section titled “Install Dependencies”pnpm installEnvironment Setup
Section titled “Environment Setup”cp .env.example .env# Edit .env with your configurationRun Development Server
Section titled “Run Development Server”pnpm run devYour API will be available at http://localhost:3333
Docker Installation
Section titled “Docker Installation”docker pull pocat/api:latestdocker run -p 3333:3333 pocat/api:latestNext Steps
Section titled “Next Steps”- Quick Start - Make your first API call
- API Overview - Learn about available endpoints