Skip to content

images

API routes for managing images.

upload_image_from_url async

upload_image_from_url(
    body: ImageFromUrlRequest, service: RecipeManagementService, user_id: UUID
) -> ImageUploadResponse

Download an image from a URL and attach it to a recipe.