UnifyAPI
← Back to catalog

artic.search

mock data$0.001 / call

Search Artworks (ARTIC)

Search 120,000+ artworks at the Art Institute of Chicago — paintings, sculptures, photographs, prints, textiles. Returns title, artist, date, medium, dimensions, IIIF image URL, public domain status. Covers all periods and regions (ARTIC)

Referenceprovider: Artic#artic#reference

Input schema

qrequired

Search query for artworks (e.g. "monet water lilies", "picasso", "impressionism", "Japanese woodblock")

string
page

Page number for pagination (default 1)

integer
limit

Number of results (default 10, max 100)

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/artic.search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"q":"<q>","page":0,"limit":0}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.