Stophy

Introduction

The YouTube context API for AI agents — search, transcripts, comments, channels, and playlists as JSON.

Stophy is the YouTube context API for AI agents.

Search videos, pull timestamped transcripts, read threaded comments, inspect channels, and fetch playlists from one API. Every successful request returns structured JSON and deducts the documented number of credits.

Base URL

https://api.stophy.dev

Endpoints

How it works

Every request to a /v1/* endpoint:

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

Get started

SDKs & tools

On this page