Paste a URL from any of these sources:
The extractor will analyze the content and extract the recipe information, including ingredients, instructions, and other recipe details.
You can also use our API to extract recipes programmatically:
POST /api/process-url
Content-Type: application/json
{
"url": "https://example.com/recipe"
}
Other API endpoints include:
GET /api/recipes/recent: Get a list of recently extracted recipesGET /api/recipes/{recipe_id}: Get a specific recipe by ID