Get a local copy of a distant ressource just adding this api URL to the distant url to avoid data leak to distant servers & vanishing ressources.
  • url : image's URL

  • force: force the rendering even if the picture already exists (previous rendering)

  • help: displays this text

  • version: displays this api's version

  • download: downloads the php api file


  • Examples:
  • use a distant picture in your blog : <img src="http:www.distantserver.com/pic.png"/> -> <img src="http://api.url.com?url=http:www.distantserver.com/pic.png"/>

  • link & save a distant file in a link : <a href="http:www.distantserver.com/file.pdf"> Link to distant file</a> -> <a href="http://api.url.com?url=http:www.distantserver.com/pic.png"> Link to distant file</a>

  • use a distant script from a CDN RGPD friendly : <script src="http:www.distantnastyserver.com/lib.js"></script> -> <script src="http://api.url.com?url=http:www.distantnastyserver.com/lib.js"></script>