yolorecai2.0
yolorecai is a tasty recipe-generation API that turns prompts or ingredients into complete meal ideas, ingredient lines, cooking steps, and image-ready recipe cards. Build “yummy tummy” food apps fast with modular endpoints like intent, label, ingredient builder, instructions, and full recipe generation.
yolorecai2.0 endpoints
| Method | Endpoint | Description |
|---|---|---|
| recipes | ||
| GET |
getRandomRecipe /recipes/random |
OpenAI Recipe Intelligence endpoint for Get Random Recipe. |
| GET |
getSimilarRecipes /recipes/{id}/similar |
OpenAI Recipe Intelligence endpoint for Get Similar Recipes. |
| POST |
analyzeRecipe /recipes/analyze |
OpenAI Recipe Intelligence endpoint for Analyze Recipe. |
| GET |
searchRecipesByNutrients /recipes/findByNutrients |
OpenAI Recipe Intelligence endpoint for Search Recipes by Nutrients. |
| POST |
summarizeRecipe /recipes/summarize |
OpenAI Recipe Intelligence endpoint for Summarize Recipe. |
| POST |
extractRecipeFromWebsite /recipes/extract |
OpenAI Recipe Intelligence endpoint for Extract Recipe from Website. |
| POST |
classifyCuisine /recipes/cuisine |
OpenAI Recipe Intelligence endpoint for Classify Cuisine. |
| GET |
getRecipeInformation /recipes/{id}/information |
OpenAI Recipe Intelligence endpoint for Get Recipe Information. |
| GET |
searchRecipes /recipes/complexSearch |
OpenAI Recipe Intelligence endpoint for Search Recipes. |
| ingredients | ||
| GET |
computeGlycemicLoad /food/ingredients/glycemicLoad |
OpenAI Recipe Intelligence endpoint for Compute Glycemic Load. |
| POST |
parseIngredients /food/ingredients/parse |
OpenAI Recipe Intelligence endpoint for Parse Ingredients. |
| GET |
convertAmounts /food/ingredients/convert |
OpenAI Recipe Intelligence endpoint for Convert Amounts. |
| GET |
getIngredientSubstitutesById /food/ingredients/substitutes |
OpenAI Recipe Intelligence endpoint for Get Ingredient Substitutes by ID. |
| GET |
ingredientSearch /food/ingredients/search |
OpenAI Recipe Intelligence endpoint for Ingredient Search. |
| GET |
getIngredientSubstitutes /food/ingredients/{id}/substitutes |
OpenAI Recipe Intelligence endpoint for Get Ingredient Substitutes. |
| GET |
getIngredientInformation /food/ingredients/{id}/information |
OpenAI Recipe Intelligence endpoint for Get Ingredient Information. |
| menu | ||
| GET |
getMenuItemInformation /food/menuItems/{id}/information |
OpenAI Recipe Intelligence endpoint for Get Menu Item Information. |
| GET |
searchMenuItems /food/menuItems/search |
OpenAI Recipe Intelligence endpoint for Search Menu Items. |
| meal-planning | ||
| GET |
getMealPlanDay /mealplanner/day |
OpenAI Recipe Intelligence endpoint for Get Meal Plan Day. |
| POST |
addToMealPlan /mealplanner/{id}/items |
OpenAI Recipe Intelligence endpoint for Add to Meal Plan. |
| GET |
searchCustomFoods /mealplanner/customFoods/search |
OpenAI Recipe Intelligence endpoint for Search Custom Foods. |
| POST |
generateMealPlan /mealplanner/generate |
OpenAI Recipe Intelligence endpoint for Generate Meal Plan. |
| GET |
getMealPlanWeek /mealplanner/week |
OpenAI Recipe Intelligence endpoint for Get Meal Plan Week. |
| DELETE |
deleteFromMealPlan /mealplanner/{id}/items |
OpenAI Recipe Intelligence endpoint for Delete from Meal Plan. |
| POST |
generateShoppingList /mealplanner/shopping-list |
OpenAI Recipe Intelligence endpoint for Generate Shopping List. |
| wine | ||
| GET |
wineRecommendation /food/wine/recommendation |
OpenAI Recipe Intelligence endpoint for Wine Recommendation. |
| GET |
wineDescription /food/wine/description |
OpenAI Recipe Intelligence endpoint for Wine Description. |
| GET |
dishPairingForWine /food/wine/dishPairing |
OpenAI Recipe Intelligence endpoint for Dish Pairing for Wine. |
| GET |
winePairing /food/wine/pairing |
OpenAI Recipe Intelligence endpoint for Wine Pairing. |
| misc | ||
| POST |
detectFoodInText /food/detect |
OpenAI Recipe Intelligence endpoint for Detect Food in Text. |
| GET |
searchFoodVideos /food/videos/search |
OpenAI Recipe Intelligence endpoint for Search Food Videos. |
| GET |
searchAllFood /food/search |
OpenAI Recipe Intelligence endpoint for Search All Food. |
| POST |
imageAnalysis /food/images/analyze |
OpenAI Recipe Intelligence endpoint for Image Analysis. |
| GET |
autocompleteRecipeSearch /recipes/autocomplete |
OpenAI Recipe Intelligence endpoint for Autocomplete Recipe Search. |
| GET |
quickAnswer /food/quickAnswer |
OpenAI Recipe Intelligence endpoint for Quick Answer. |
| widgets | ||
| GET |
recipeNutritionLabelImage /widgets/recipeNutritionLabel/image |
OpenAI Recipe Intelligence endpoint for Recipe Nutrition Label Image. |
| POST |
ingredientsWidget /widgets/ingredients |
OpenAI Recipe Intelligence endpoint for Ingredients Widget. |
| GET |
recipeNutritionLabelWidget /widgets/recipeNutritionLabel |
OpenAI Recipe Intelligence endpoint for Recipe Nutrition Label Widget. |
yolorecai2.0 pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $5 / month | 1 / hour |
|
| PRO | $9 / month | 20 / minute |
|
| ULTRA | $29 / month | 50 / minute |
|
| MEGA | $69 / month | 100 / minute |
|