API Reference
Every Stophy endpoint: video, search, channel, playlist, suggest, credits, logs and usage. Bearer token on every request.
All endpoints are under https://api.stophy.dev/v1. Every request must include:
Authorization: Bearer st_YOUR_API_KEY
Content-Type: application/jsonEndpoints
| Method | Path | Description |
|---|---|---|
POST | /v1/video | Video details, transcript, comments |
POST | /v1/search | YouTube search |
POST | /v1/channel | Channel metadata and content |
POST | /v1/playlist | Playlist items |
GET | /v1/suggest | Search autocomplete |
GET | /v1/credits | Credit balance |
GET | /v1/logs | Request logs |
GET | /v1/usage | Daily usage |