AI Import Setup Guide

Overview

The AI import feature allows you to automatically transcribe and generate content from YouTube videos and other media URLs using AssemblyAI for transcription and OpenAI for content generation.

Setup Instructions

  1. Copy the environment file

    cp .env.example .env
  2. Get your API keys:

  3. Restart your dev server

    npm run dev

Usage

  1. Navigate to any media collection (Talks, Hosted Podcasts, Guest Podcasts)
  2. Click “Import from URL”
  3. Paste a YouTube URL
  4. Select processing options
  5. Click “Process Media”
  6. Review and edit the generated content
  7. Save as draft or publish

Supported URLs

API Status

The API integration is now fully enabled with real AssemblyAI and OpenAI calls. The system will:

  1. Submit YouTube URLs directly to AssemblyAI
  2. Poll for transcription completion
  3. Generate content using GPT-4
  4. Include speaker diarization and auto-generated chapters

Cost Estimates