Currently we can retrieve (image) files at 'extra large' with 520px. We need the full resolution of the original. I know it's there because when viewing a image files, in the Podio interface, I can choose 'Download original' and I get a 4500px file downloaded. How can I get the original file through the API?
0
votes
1 Answers
1
votes
You should be able to retrieve various sizes depending on the use of the image. You can read more about the Files API endpoint here. For images attached to Items, you should be able to retrieve a 520 x ?? px version.
Update: The API does allow you to retrieve the raw image in its original size. The URL that will allow you to do this is https://api.podio.com/file/<file_id>/raw. Using the Javascript API you should be able to make this request following the documentation here.