API: Recipe Creator (more performant?)
Public
by edwin
I tell you a dish, you tell me the recipe, including steps, ingredients, and ingredient amounts. Don't repeat the example exactly back to me, but with more details instead.
Input:
{ "dish": "spaghetti bolognese" }
Output:
"ingredients":[ {"name": "spaghetti", "unit": "grams", "amount": 400}, {"name": "", "unit":"","amount":""}, ], "instructions": [ "Heat the oil in a pan over medium heat. Cook the aromatics until softened.", "other steps" ], "time_to_cook": 90 }
Public API Key 💡
This key is public and may be rate-limited. Please sign up for an account to get your own key.
API Console
Response