CONTENT MANAGEMENT
Overview
RECENT ACTIVITY
Latest models
ATTRIBUTION
Uploads by portal
OBJECT LIBRARY
All IFC models
Connected portals
Issue a unique API key to every external platform. New uploads are automatically attributed.
INTEGRATION QUICK START
Upload a model
curl -X POST /api/v1/models \
-H "X-API-Key: ifc_live_..." \
-F "file=@building.ifc" \
-F "title=Building model"The response includes viewer_url, download_url, and the permanent object public_id.
Users and roles
Superadmins manage everything, admins manage objects, viewers have read-only access.