Stophy

API Reference

Every Stophy endpoint: video, search, channel, playlist, credits, logs and usage. Bearer token on every request.

All endpoints are under https://api.stophy.dev/v1. Every request must include:

Authorization: Bearer $STOPHY_API_KEY
Content-Type: application/json

Each endpoint page shows examples for the TypeScript SDK, the Python SDK, and raw cURL. The SDKs set the auth header, parse the envelope, and raise typed errors for you; reach for cURL when you want the raw HTTP shape.

Endpoints

MethodPathDescription
POST/v1/videoVideo details, transcript, comments, live chat
POST/v1/searchYouTube search
POST/v1/channelChannel metadata and content
POST/v1/playlistPlaylist items
GET/v1/creditsCredit balance
GET/v1/logsRequest logs
GET/v1/usageDaily usage

On this page