Documentation

AI-Powered YouTube Digest

Transform YouTube content into intelligent digests that summarize creator opinions and insights across multiple channels.

AI-Powered YouTube Digest

Transform YouTube content into intelligent digests that summarize creator opinions and insights across multiple channels. Perfect for staying informed about specific topics, industries, or interests without watching hours of content.

Key Features

  • Multi-channel aggregation across your followed creators
  • Topic-based filtering for specific interests (stocks, crypto, politics, sports)
  • AI-powered opinion extraction from video transcripts
  • Sentiment analysis and trend identification
  • Custom digest schedules (daily, weekly, monthly)
  • Multiple output formats (email, web, PDF, API)
  • Cross-creator insights and opinion comparisons

How It Works

1. Channel Selection

Choose from thousands of YouTube channels or add your own custom channels to monitor.

2. Topic Configuration

Set up specific topics and keywords you want to track across all your selected channels.

3. AI Processing

Our AI analyzes video transcripts to extract relevant opinions, insights, and key information.

4. Digest Generation

Receive comprehensive digests that summarize what creators are saying about your chosen topics.

Getting Started

Access the Digest Tool Navigate to /app/digest in your dashboard to set up your first digest.

Select Channels Choose YouTube channels you want to monitor:

  • Browse our curated channel library
  • Add custom channels by URL
  • Import from your YouTube subscriptions

Configure Topics Set up topics you're interested in:

  • Pre-defined categories (Finance, Technology, Politics, Sports)
  • Custom keywords and phrases
  • Sentiment preferences (positive, negative, neutral)

Set Schedule Choose your digest frequency:

  • Daily summaries for trending topics
  • Weekly deep-dives for comprehensive analysis
  • Monthly reports for long-term trends

Receive Digests Get your personalized digests via:

  • Email notifications
  • Web dashboard
  • Mobile app notifications
  • API integration

Digest Categories

Financial & Investment

  • Stock market opinions from financial YouTubers
  • Cryptocurrency insights and predictions
  • Economic analysis and market trends
  • Investment strategies and recommendations

Technology

  • Product reviews and recommendations
  • Industry news and developments
  • Technical analysis and tutorials
  • Innovation trends and predictions

Politics & Current Events

  • Political commentary and analysis
  • News summaries from multiple perspectives
  • Policy discussions and implications
  • Election coverage and predictions

Sports & Entertainment

  • Game analysis and predictions
  • Player performances and statistics
  • Entertainment reviews and recommendations
  • Industry gossip and news

Advanced Features

Opinion Aggregation

  • Sentiment tracking across multiple creators
  • Consensus identification on controversial topics
  • Trend analysis over time
  • Contradiction detection between creators

Smart Filtering

  • Relevance scoring for each topic
  • Duplicate content removal
  • Quality assessment of sources
  • Bias detection and balancing

Custom Insights

  • Personalized recommendations based on your interests
  • Trending topics in your niche
  • Emerging themes before they go mainstream
  • Creator influence tracking

Digest Formats

Email Digest

  • Clean, readable format optimized for email
  • Summary headlines with key insights
  • Source attribution with video links
  • Customizable length and detail level

Web Dashboard

  • Interactive interface with filtering options
  • Real-time updates as new content is processed
  • Historical archive of previous digests
  • Sharing capabilities for individual insights

PDF Reports

  • Professional formatting for offline reading
  • Charts and visualizations for trend analysis
  • Executive summaries for quick overview
  • Detailed appendices with source data

API Integration

  • RESTful API for custom integrations
  • Webhook support for real-time updates
  • JSON formatting for easy parsing
  • Rate limiting and authentication

API Reference

Digest Endpoints

// Get available digests
GET /api/digest/list

// Create new digest
POST /api/digest/create

// Get digest content
GET /api/digest/{id}

// Update digest settings
PUT /api/digest/{id}/settings

Example Usage

const digest = await fetch('/api/digest/create', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    name: 'Tech News Digest',
    channels: ['UC1234567890', 'UC0987654321'],
    topics: ['artificial intelligence', 'machine learning', 'tech news'],
    frequency: 'daily',
    format: 'email'
  })
});

Best Practices

Channel Selection

  • Quality over quantity: Choose channels with consistent, high-quality content
  • Diverse perspectives: Include multiple viewpoints on controversial topics
  • Regular uploaders: Ensure consistent content flow
  • Relevance: Focus on channels that align with your interests

Topic Configuration

  • Specific keywords: Use precise terms for better filtering
  • Broad categories: Include general topics to catch emerging trends
  • Negative keywords: Exclude irrelevant content
  • Regular updates: Refine keywords based on digest quality

Digest Optimization

  • Frequency tuning: Adjust based on content volume and your availability
  • Length preference: Choose appropriate detail level for your needs
  • Source verification: Cross-reference important information
  • Feedback loop: Rate digests to improve AI accuracy

Ready to create your first digest? Head to your digest dashboard to get started!