get_recipe_img
Retrieve a recipe's static image from Mealie by providing its recipe ID and the image type (e.g., original.webp).
Instructions
Get Recipe Img [GET /api/media/recipes/{recipe_id}/images/{file_name}] Takes in a recipe id, returns the static image. This route is proxied in the docker image and should not hit the API in production
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | Yes | ||
| recipe_id | Yes |