Docs
Connect your stack
Collecta is the operating system for serious art collections. The core journey is Sign up -> Import artwork -> Enrich metadata -> Place & share -> Invite partners -> Transact.
Core endpoints
/api/collection/analysesAnalyze artwork
Create or enrich a collector artwork record from uploaded images and collection notes.
/api/collection/room-configsSave room configuration
Persist wall and placement data for private room previews, saved layouts, and share links.
/api/ordersCreate order
Submit a collector order generated from listings, offers, or direct partner workflows.
Current event surface
order.createdTriggered when a collector workflow produces a new partner-facing order.
order.status_changedTriggered as a partner advances an order through fulfillment milestones.
inventory.updatedLegacy compatibility event used by invited partner inventory syncs.
Collector-first mode
Legacy kiosk and optical endpoints are hidden by default. Set NEXT_PUBLIC_ENABLE_LEGACY_PRODUCT_SURFACES=1 to expose compatibility docs during migrations.