I'm using the 500px REST API in order to retrieve information on photos, and download them.
Using the photos/:id
method I'm retrieving the details of the photo.
The endpoint supports downloading the images in various sizes, via the image_size
parameter (described here), however the largest image I can get is "2048px on the longest edge" (using the 2048
value).
Is there a way to download the original photo?
Note: I'm allowing users to download only their own photos, not photos of other users...