Import recipe from HTML or JSON
import_recipe_from_html_or_jsonImport a recipe by providing raw HTML or schema.org recipe JSON directly, bypassing URL fetching for login-protected or unparseable pages.
Instructions
Creates a recipe from HTML or schema.org recipe JSON supplied directly, without Mealie fetching anything. Useful for a page that needs a login, or one that import_recipe_from_url could not parse.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The page HTML, or a schema.org Recipe JSON document |