upload_recipe_image
Upload a recipe image by providing base64-encoded image data and the recipe slug. Optionally specify a file name.
Instructions
Upload an image for a recipe. Provide the image as base64-encoded data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Recipe slug | |
| fileName | No | File name with extension (default: image.jpg) | image.jpg |
| imageBase64 | Yes | Base64-encoded image data |