Letz AI MCP

by Letz-AI
Verified

letzai_upscale_image

Upscale an image using the LetzAI public api

Input Schema

NameRequiredDescriptionDefault
imageIdNoThe unique identifier of the image to be upscaled.
imageUrlNoThe URL of the image to be upscaled. Must be a publicly available URL.
strengthYesThe strength of the upscaling process. Min. 1, Max. 3.

Input Schema (JSON Schema)

{ "properties": { "imageId": { "description": "The unique identifier of the image to be upscaled.", "type": "string" }, "imageUrl": { "description": "The URL of the image to be upscaled. Must be a publicly available URL.", "type": "string" }, "strength": { "default": 1, "description": "The strength of the upscaling process. Min. 1, Max. 3.", "type": "number" } }, "required": [ "strength" ], "type": "object" }

You must be authenticated.

Other Tools