-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image API not working #84
Comments
What query is providing you with the image ID |
This specific image ID is displayed in your documentation: But I also tried it with different image id's which I got through: 48883 is the ID from the first artwork I get when calling: |
Ah, the specific ID that's used in our documentation may not necessarily by available anymore. What you’ll want to do is take the So in the case of the artwork with the ID 48883, its
Which resolves to the image for artwork 43338. |
Now I got it. The problem was sitting behind the pc 😄. Tanks alot! |
I am having trouble retrieving an image from the following api endpoint:
https://www.artic.edu/iiif/2/1adf2696-8489-499b-cad2-821d7fde4b33/full/843,/0/default.jpg
The API response is always 404 not found. I tested this with various different image id's.
On your website, where you use this api call, there is no image shown, which indicates that the API doesn't return an image.
Attached you have a screenshot of my response in postman and also a screenshot from your website, where the image is missing.
Can you please look into this? I am trying to develop a website based on your API.
The text was updated successfully, but these errors were encountered: