Relative Content

Tag Archive for phpapidownloadbase64php-curl

how can I download different type of file from API base64file in php?

I want to add option to download attach file from every request of my first API -> url: APIno1{title, id, type, filetype} but my attach files are in different API -> url: API2?id=’$ID’&type=’$TYPE’ , that API2 may response different type of base64 file (pdf or Rar or Png …) but i have file type in first api my code is: