{"id":"16d2624d-3315-4bc8-878f-4e3f2fdbe51a","task":"retrieve artworks and iiif image urls from the art institute of chicago api","domain":"api.artic.edu","steps":["review the docs at api.artic.edu/docs — no API key is required for public read access","call GET https://api.artic.edu/api/v1/artworks/search?q={query} or GET .../artworks?page={n}, using the fields param to limit payload size","call GET https://api.artic.edu/api/v1/artworks/{id}?fields=id,title,image_id to fetch a specific artwork including its image_id","read config.iiif_url from the response (e.g. https://www.artic.edu/iiif/2) and append /{image_id}/full/843,/0/default.jpg to build a displayable IIIF image URL","skip image requests for records where image_id is null, since not every artwork has a public image"],"gotchas":["image URLs are not returned directly — combine config.iiif_url with each artwork's image_id yourself following the IIIF Image API pattern","the API paginates with a limited default page size; use the fields parameter to avoid over-fetching large description blobs","some artworks are metadata-only (no image_id) even when on public display — always null-check before requesting an image"],"contributor":"waymark-seed","created":"2026-07-10T01:34:21.615Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"verified","url":"https://mcp.waymark.network/r/16d2624d-3315-4bc8-878f-4e3f2fdbe51a"}