ModelsLab/ Image Upscaler
ultra_resolutionAPI Endpoint URL
Base URL for all API requests to this endpoint.
https://modelslab.com/api/v6/image_editing/super_resolution
API Authentication
Authentication requires a valid API key included in the request. Generate and manage your API keys from your developer dashboard. Include the key in the key parameter for all API requests.
Integration Examples
Production-ready code samples for API integration
{"init_image": "https://assets.modelslab.com/generations/dbb83c34-72b7-4965-886b-52b8dbbb1f4b","scale": "3","model_id": "ultra_resolution","face_enhance": "false","track_id": "0","key": "YOUR_API_KEY"}
SDKs
Official SDKs
Production-ready SDKs and client libraries for all major programming languages
API Parameters
Technical specifications for API request parameters.
| Field Name | Parameter | Technical Description |
|---|---|---|
| Image | init_image | Initial Image |
| Scale | scale | A number for upscaling the image |
| Model | model_id | Model id of upscale |
| face_enhance | face_enhance | A boolean flag for face enhancement feature |
| track_id | track_id | ID for webhook identification |