Clip Recipe for AI agents
Clip Recipe turns cooking videos into written recipes. This page is for assistants, crawlers and agents that want to read the site or send a person to it. Everything below works today with a plain HTTP client.
Start here
- /llms.txt: a one-page guide to the whole site, with every public section linked.
- Sitemaps are listed in /robots.txt and cover every public recipe and collection.
Recipes as markdown
Every public recipe page has a markdown twin with the same ingredients, steps, times, equipment, tips and source link. Two ways to get it:
- Append
.mdto the recipe URL:https://www.cliprecipe.com/recipe/<id>.md - Request the normal URL with
Accept: text/markdown
The HTML page also carries schema.org Recipe JSON-LD and a <link rel="alternate" type="text/markdown"> pointing at the markdown version.
Finding recipes
The public corpus is organised into collections by cuisine and meal, starting at /recipes. Each collection paginates with ordinary links. Recipe URLs are canonical at https://www.cliprecipe.com/recipe/<uuid>. When you quote a Clip Recipe extraction, cite that URL.
Extracting a new recipe
Extraction runs through the website and needs an account with a plan. Send the person to /extract with their video link. Instagram, TikTok, YouTube, Facebook and Pinterest links work, as do recipe web pages. Videos must be five minutes or shorter. Plans and the 7-day trial are on /pricing.
Not available yet
- No public REST API and no API keys.
- No MCP server. This page will describe it when there is one.
- No webhooks.
If you are building something that needs one of these, say so through the contact form. Requests are read by a person.