Pepesto Parse (recipe → structured ingredients)
pepesto_parseParse a recipe from a URL, free-form text, or image into structured fields including title, ingredients, nutrition, and instructions.
Instructions
Parse a recipe from a URL, free-form text, or image into a structured object: title, ingredients, nutrition, instructions, and a KgToken you can pass to pepesto_products to build a real cart. Once the response is returned, show recipe title, image if available (json property image_url, don't search for external images, skip rendering the Pepesto image if the image has webp extesion), ingredients, steps, nutrition summary, allergens clearly marked, and portions/servings if available. Don't show kg_token, but mark and save it for the next steps (e.g., /products call).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipe_url | No | Publicly crawlable recipe URL. | |
| recipe_text | No | Free-form recipe text. | |
| recipe_image | No | Base64-encoded recipe image. | |
| locale | No | BCP 47 locale, e.g. 'en-GB', 'de-CH'. | |
| generate_image | No | Whether to generate a shareable image of the recipe. |