Skip to content

How to get the apiKey of ptpimg

Rick Lee edited this page May 10, 2021 · 2 revisions
  1. You need account of PTP or Red.Register ptpimg by following the instructions.
  2. Sign in https://ptpimg.me/
  3. If the EasyUpload script has been installed, there will be a Save ApiKey button on the page, click it to save it to the EasyUpload settings.

If the EasyUpload script has been installed, the guide ends here.


  1. If the EasyUpload script is not installed, take Chrome as an example. In the ptpimg page, use the shortcut key F12 (MAC is fn+F12) to open the browser console, and copy the code copy($('#api_key').val( )); to the console, press Enter to execute, you can copy the apiKey to the clipboard, and paste it to the corresponding place.