04-00API OVERVIEW
Backend APIs
Explore the endpoints that power our YouTube RAG system.
Fetch Document
The endpoint responsible for extracting transcripts from YouTube.
Store Document
The endpoint that chunks text, creates embeddings, and saves to Vector DB.
API Standard
All APIs are built using Express.js and follow RESTful principles. Base URL for local development: http://localhost:8000.
