create_recipe
Create a new recipe with title, ingredients, directions, and optional nutritional details. Add it to your Plan to Eat account for meal planning.
Instructions
Create a new recipe. Only title is required. Ingredients are an array of {title, amount, unit, note, position}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fat | No | ||
| url | No | ||
| draft | No | ||
| fiber | No | ||
| sugar | No | ||
| title | No | ||
| yield | No | ||
| rating | No | ||
| sodium | No | ||
| source | No | ||
| private | No | ||
| protein | No | ||
| calories | No | ||
| servings | No | ||
| cook_time | No | Minutes | |
| course_id | No | ||
| prep_time | No | Minutes | |
| cuisine_id | No | ||
| directions | No | ||
| tag_titles | No | Comma-separated list of tag names | |
| total_time | No | Minutes | |
| cholesterol | No | ||
| description | No | ||
| ingredients | No | Maps to recipe_ingredients_attributes on the wire | |
| carbohydrate | No | ||
| saturated_fat | No | ||
| main_ingredient_id | No |