create_recipe_from_html_or_json
Convert raw HTML or schema.org Recipe JSON into a new recipe in Mealie. Parses the provided data directly to create a structured recipe entry.
Instructions
Create Recipe From Html Or Json [POST /api/recipes/create/html-or-json] Takes in raw HTML or a https://schema.org/Recipe object as a JSON string and parses it like a URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |