create_recipes_create_html_or_json_stream
Parse raw HTML or a schema.org Recipe JSON string to extract recipe data, with progress streamed via Server-Sent Events.
Instructions
Takes in raw HTML or a https://schema.org/Recipe object as a JSON string and parses it like a URL, streaming progress via SSE
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| data | Yes | ||
| includeTags | No | ||
| accept-language | No | ||
| includeCategories | No |