Image Super-Resolution with SeemoRe
Image Super-Resolution with SeemoRe is a task aimed at improving the process of image super-resolution by leveraging expertise in the field. This task involves incorporating techniques that identify and utilize expert knowledge or specialized information to enhance the efficiency and accuracy of image upscaling.
Apache-2.0
Image-to-Image
PyTorch
English
Endpoint
POSThttps://api.aiozai.network/api/v1/model/d49ccf15-21b7-4980-9c86-f3d80d37dfc8/task
X-API-KeyAIOZ_AI_API_KEY
Input Schema
| Field | Type | Description |
|---|---|---|
| input_image | URLrequired | The input to the model is a low-resolution image that requires detail enhancement and resolution upscaling. |
Output Schema
| Field | Type | Description |
|---|---|---|
| output_image | URL | URL to a generated output artifact. |
curl -X POST \ "https://api.aiozai.network/api/v1/model/d49ccf15-21b7-4980-9c86-f3d80d37dfc8/task" \ -H "x-api-key: $AIOZ_AI_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "input_image": "https://s3.w3s.aioz.network/w3ai-platform-v2/uploads/samples/54deb202-59ab-491b-b167-e0d95f9c4eb7/2025/05/11/1746944740-Tm7w2rzTsDpE3MEccT6oTh.png?AWSAccessKeyId=FT7EO3IGQNMIILHXIDZRVTJHWE&Signature=nTus5OTif3FzldugjaQ9x7cZbiE%3D&Expires=2377664740" }'Response
{ "output_image": "https://s3.w3s.aioz.network/w3ai-platform/data/ad7fb011a42c4c3aab211e5e005ab11f.png?AWSAccessKeyId=FR46RKQH5H6OUSSRC4TYELDGNM&Signature=yQczgNeIdh59hot8VzFsfHC25es%3D&Expires=2768294568"}