Import a recipe from a URL
import_recipeImport a recipe from a cooking site URL into your library, capturing its photo, ingredients, and steps. Returns the recipe ID for use in proposing or adding to ballots.
Instructions
Fetch a recipe page (most cooking sites) and save it to the library with its real photo, ingredients, and steps. Returns the recipe; pass its recipe_id to propose_recipes or add_candidates to put it on a ballot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| tags | No | Extra tags to add | |
| favorite | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| tags | No | ||
| steps | No | ||
| title | Yes | ||
| servings | No | ||
| image_url | No | ||
| created_at | No | ||
| source_url | No | ||
| description | No | ||
| ingredients | No | ||
| is_favorite | No | ||
| total_minutes | No |