Image Super Resolution API
This API has one end point with ‘POST’ request and takes image as body object. and it will increase image resolution x3 and then returns the image as body object. This API is run with Python Flask server and it is fast. You can use this API to fast increase image resolution without losing quality. Image resolution increase without loss is achieved by a trained neural network.
Image Super Resolution API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Image Super Resolution / |
This end point takes 'POST' request with file (image) and returns an image with a 3x resolution |
Image Super Resolution API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO Recommended | $50 / month | 1 / second |
|
| ULTRA | $500 / month | 1 / second |
|
| MEGA | $1,500 / month | 2 / second |
|