Skip to main content
POST
/
features
/
image-enhancement
cURL
curl --request POST \
  --url https://api.hobbo.ai/features/image-enhancement \
  --header 'Content-Type: application/json' \
  --data '
{
  "image_url": "<string>",
  "image_id": "<string>"
}
'
{
  "enhanced_image_bytes": "<string>"
}

Body

application/json

Image enhancement parameters

image_url
string<uri>
required

URL of the image to enhance. Must be a valid HTTP/HTTPS URL pointing to an image file.

image_id
string | null

Optional identifier for tracking the image enhancement request

Response

Image enhanced successfully

enhanced_image_bytes
string

Base64-encoded enhanced image in PNG format. The image has been upscaled to high resolution (minimum 1536px on shortest side) with improved clarity, sharpness, and detail.