# prebt.com — YouTube to Recipe > Extract recipes from YouTube cooking videos using AI. Paste a URL, get structured ingredients, instructions, and cooking tips. ## What this site does - Extracts recipes from YouTube videos using Vertex AI (Gemini 2.0) - Provides shareable recipe pages with ingredients, instructions, tips - Supports 12 languages (English, German, Spanish, French, Italian, Portuguese, Dutch, Polish, Russian, Japanese, Korean, Chinese) - Ingredient substitutes powered by AI - Gallery of extracted recipes - Recipe ratings (thumbs up/down) ## API Endpoints (JSON, no auth required) - GET /api/v1/recipes — List recent recipes (optional ?limit=N) - GET /api/v1/recipes/search?q=chicken — Search recipes by keyword - GET /api/v1/recipes/{shareId} — Get a single recipe with full details ## OpenAPI Spec - GET /api/v1/openapi.json ## Key Data Fields Each recipe includes: title, servings, prepTime, cookTime, ingredients[], instructions[], tips[], source YouTube URL, video thumbnail, ratings. ## Contact - Email: gregorpliskin@pm.me - Website: https://prebt.com