yt-transcript-summarizer

A minimal summarizer for YouTube videos

View the Project on GitHub fschuhi/yt-transcript-summarizer

API Reference

This document provides an overview of the available API endpoints in the YouTube Transcript Summarizer.

Endpoints

Health Check

GET /health

User Registration

POST /register

User Authentication

POST /token

Summarize Video

POST /summarize

For detailed information on request/response formats and error handling, refer to the API documentation available at http://localhost:8000/docs when the server is running.