Use Stophy to turn a YouTube URL into structured JSON you can use in search, AI, and automation flows.Documentation Index
Fetch the complete documentation index at: https://docs.stophy.dev/llms.txt
Use this file to discover all available pages before exploring further.
Before you call the API
Get your API key
Create a key in the Stophy dashboard and use it as a bearer token.
Open the Playground
Test requests instantly before wiring your backend.
Make your first request
Call the transcript endpoint first. It gives you both full text and timestamped segments.Example response
Example response
What can Stophy do?
Transcript
Extract plain text and timestamped segments for LLM workflows.
Details
Fetch title, channel, chapters, tags, and related videos.
Comments
Pull top-level comments with sorting and pagination tokens.
Why Stophy
- One API for transcript, metadata, and comments
- Predictable JSON for backend pipelines
- Built-in usage endpoints for billing and monitoring
- Simple bearer auth with no extra setup
Next calls to add
Error handling
400Invalid request payload401Missing or invalid API key402Insufficient credits404Resource not found500Internal or upstream error
500 with backoff. Fix input or auth for 400, 401, and 402.
Next steps
Read billing and credits
Learn how credits, plans, and recharge work.
Open API reference
Jump into endpoint-level request and response docs.