← Back to catalog
vam.object
mock data$0.001 / callV&A Museum Object Details
Get full details for a specific V&A museum object by its system number (e.g. "O429002"). Returns complete record: title, summary and physical descriptions, all makers with roles, materials, techniques, categories, styles, production date range, place of origin, gallery location, IIIF image URL, and direct link to the V&A collections page.
Input schema
system_numberrequired
stringV&A system number identifying the museum object (e.g. "O429002", "O64940"). Returned in search results as system_number.
Call via REST
curl -X POST https://unifyapi.pro/api/call/vam.object \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"system_number":"<system_number>"}'