← Back to catalog
cma.search
mock data$0.001 / callSearch Cleveland Museum Collection
Search 64,000+ artworks at the Cleveland Museum of Art by keyword, artist, type, or department. Filter for CC0-only (commercial-free) images. Returns artwork IDs, title, artist, date, license status, image URLs. Use cma.artwork for full details (CMA, CC0)
Input schema
type
stringArtwork type filter (e.g. "Painting", "Sculpture", "Print", "Photograph")
limit
integerNumber of results (1-50, default 20)
query
stringSearch keyword — artist, title, subject (e.g. "monet", "armor", "japanese")
artist
stringArtist name filter (e.g. "Claude Monet", "Pablo Picasso")
cc0_only
booleanOnly return CC0-licensed artworks (free for commercial use). Default: false.
has_image
booleanOnly return artworks with images (default: true)
department
stringDepartment filter (e.g. "European Painting and Sculpture", "Asian Art", "Prints")
Call via REST
curl -X POST https://unifyapi.pro/api/call/cma.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"type":"<type>","limit":0,"query":"<query>","artist":"<artist>","cc0_only":"<cc0_only>","has_image":"<has_image>","department":"<department>"}'