MOCA API
MOCA API
The unified public API of the Museum of Crypto Art — collections, artworks (with original-ratio media), 3D exhibition rooms, and the Art DeCC0s knowledge base, aggregated behind a single API key.
All endpoints (except the index) require a MOCA API key sent as X-API-Key: <key> or Authorization: Bearer <key>.
Responses use the Directus-style envelope: { "data": …, "meta": … } on success and { "errors": [{ "message", "extensions": { "code" } }] } on failure.
Tags
Meta
API index and service information
Collections
Published museum collections
Artworks
Artworks across all museum collections, with normalized media
Rooms
3D exhibition room architecture (GLB models)
DeCC0s
The Art DeCC0s knowledge base, aggregated from api.decc0s.com
Search
Unified search across the whole museum
Library
The MOCA Library — RAG Q&A and search over the museum's knowledge base (powered by Cortex)
Souls
Signed agent identity documents (SOUL files) for NFTs, served by Soulweaver — built for ERC-8004 / ERC-8183 / ERC-8257 integrations
Presence
Ephemeral presence for the Library — public, nothing persisted server-side
Guide
The agentic museum guide: exhibition context (rooms, architects, artists, works), visitor question suggestions, and in-persona Q&A. Public — these endpoints power anonymous in-world visitors in Hyperfy and require no API key.