Engineering guides
Long, concrete articles on media ingestion, transcription and RAG — with the code, the SQL schemas and the actual API contract.
12 min read
Build a RAG pipeline from video transcripts
Turn YouTube videos, podcasts and video URLs into timestamped transcripts ready for chunking, embeddings, semantic search and RAG.
Read the article11 min read
OpenAI Whisper API alternative for web media
A Whisper API alternative that accepts YouTube, podcast, RSS, audio and video URLs and returns timestamped JSON, SRT or VTT.
Read the article12 min read
Transcription API hosted in Europe: where your media is processed
Transcribe audio, video, YouTube and podcast URLs with an API hosted in France, with European processing and JSON, SRT or VTT output.
Read the article13 min read
Turn podcast episodes into documents for RAG
Turn podcast episodes and RSS feeds into timestamped, searchable documents for semantic search, knowledge bases and RAG applications.
Read the article