Image Super-Resolution with SMFANet
Image Super-Resolution with SMFANet involves utilizing the SMFANet model architecture to enhance the resolution and quality of images. SMFANet is a deep learning network designed for super-resolution tasks, aiming to generate high-quality, detailed images from low-resolution inputs.
Apache-2.0
Image-to-Image
PyTorch
English
Endpoint
POSThttps://api.aiozai.network/api/v1/model/f4320872-a486-4755-aeaf-38ab82565b09/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 needs to be upscaled and enhanced in detail and clarity. |
Output Schema
| Field | Type | Description |
|---|---|---|
| output_image | URL | URL to a generated output artifact. |
curl -X POST \ "https://api.aiozai.network/api/v1/model/f4320872-a486-4755-aeaf-38ab82565b09/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/documents/0d68ab15-f8bc-4207-bed4-c076bbb781e7/2025/05/11/1746983899-dCKUMUKfuVr24Wx9JWA69G.png?AWSAccessKeyId=FT7EO3IGQNMIILHXIDZRVTJHWE&Signature=ed%2FeOlJZ0Jx7dtkIRh8lHiUfkD4%3D&Expires=2377703899" }'Response
{ "output_image": "https://s3.w3s.aioz.network/w3ai-platform/data/955e5d26f0144f8b9c1ab8c8b57a79ec.png?AWSAccessKeyId=FR46RKQH5H6OUSSRC4TYELDGNM&Signature=xSEDB1ijRWaV80y%2FDiXTz%2BfS64A%3D&Expires=2747018848"}