STOPHY

Introduction

The API to search, extract, and analyze YouTube at scale for AI agents.

YouTube for AI agents.

Each endpoint does one thing and returns structured JSON. Search for videos, pull transcripts with timestamps, read threaded comments, browse channels, fetch playlists. One API key, one credit per request.

Base URL

https://api.stophy.dev

Endpoints

How it works

Every request to a /v1/* endpoint:

  1. Authenticates with your API key (Authorization: Bearer st_...)
  2. Deducts 1 credit on success
  3. Returns a consistent JSON envelope with success, requestId, cacheState, creditsUsed, creditsRemaining, and data

Get started

On this page