Portrait enhancement

By using artificial intelligence technology to convert low resolution portraits into high-resolution portraits, the clarity and details of portraits can be improved.

If you've purchased, get your API KEY in personal center.

HitPaw API

API documentation description

Request Description

  • Request URL: https://api.hitpaw.com/api/v3/photoEnhanceByUrl
  • Request method: POST
  • Return type: job_id
  • input parameters:
  • (1) Request Parameters (Header)

    parameter Parameter type describe describe describe
    APIKEY APIKEY Java Java Java
  • (2) Request parameters (Body)

                          
                            
    {
      "image_url":"https://piccutout-sgp-test.oss-accelerate.aliyuncs.com/static/2024-01-19/7ecaedcd-90cb-4921-9532-4991547d6103-1705633751000/input/7b4e41b42721b2ca706117223ecba6c7.png", // imageurl
      "image_format":".png" // Desired output image format
    }
                            
                          
                        

Return instructions

Return parameters

                  
{
  "code": 200,
  "data": {
      "job_id": "tZgnWAwQT80RgLNp4QToNHSW" //The current task id, used in the task query interface job_id parameter.
  },
  "message": "OK"
}
                  
                

Price Description

You can purchase API call points through online recharge and payment methods

Frequently Asked Questions

Q: What are the requirements for the format of the input image?

A: Supports PNG, JPG, JPEG, BMP, TIFF, but currently does not support GIF type animations.

Q: Is there a size limit for supporting images?

A: At present, the maximum resolution uploaded is 4096x4096 pixels, and the image file size is below 20MB.

download
Click Here To Install