Image upscale and enhancement
Image Tools
AI Image Upscale API
High resolution image Upscaler and Enhancer.
POST
Image upscale and enhancement
Overview
image-upscale is an AI enhancement endpoint for enlarging images while improving detail quality.It supports prompt-guided enhancement, hand correction, optional mask control, and output format selection.
Before & After Example
Before (input):
After (upscaled output):
Parameter Notes
scale_factor: Output scale multiplier. Larger values produce larger images and usually take longer.dynamic: HDR/detail intensity. Higher values increase local contrast and texture emphasis.creativity: How much the model is allowed to “invent” details beyond the source.resemblance: How strongly output should remain faithful to the original image.num_inference_steps: Sampling steps. More steps may improve detail but increase runtime.handfix: Hand repair mode (disabled,hands_only,image_and_hands).pattern: Enable seamless pattern mode for tileable textures.output_format: Output image format (png,jpg,webp).
Usage Example
Query Task Status
After submitting a task, use the unified query endpoint to check progress and retrieve results:Get Task Info
Learn how to query task status and retrieve generation results
Related Resources
Models Overview
Explore all available models
Common API
Check credits and account usage
Authorizations
All APIs require authentication via API Key.
Get API Key:
- Visit API Key Management Page to get your API Key
Usage: Add to request header:
x-api-key: YOUR_API_KEY
Note:
- Keep your API Key secure and do not share it with others
- If you suspect your API Key has been compromised, reset it immediately in the management page
Body
application/json
The model name to use for this endpoint. Must be image-upscale.
Available options:
image-upscale Input parameters for image upscale and enhancement.
Optional. Callback URL for receiving task completion notifications.
Example:
"https://your-domain.com/api/callback"
Response
Request successful
Response status code
- 200: Success - Request has been processed successfully
- 401: Unauthorized - Authentication credentials are missing or invalid
- 402: Insufficient Credits - Account does not have enough credits to perform the operation
- 404: Not Found - The requested resource or endpoint does not exist
- 422: Validation Error - The request parameters failed validation checks
- 429: Rate Limited - Request limit has been exceeded for this resource
- 455: Service Unavailable - System is currently undergoing maintenance
- 500: Server Error - An unexpected error occurred while processing the request
- 501: Generation Failed - Content generation task failed
- 505: Feature Disabled - The requested feature is currently disabled
Available options:
200, 401, 402, 404, 422, 429, 455, 500, 501, 505 Response message, error description when failed
Example:
"success"
