Object types
Supported formats
Org admins can upload models in any of these formats:
All uploads automatically produce a GLB for web preview and a USDZ for AR tracking where not already provided.
Making an object trackable
For an object to be tracked during a capture session, it needs a.referenceobject file — an Apple ML-trained descriptor of its geometry, generated from the USDZ mesh.
The platform handles this as a processing request. When an admin links a non-trackable object to a skill, a request is automatically filed. The Holos team processes it and uploads the resulting .referenceobject file.
Key fields
Endpoints
GET /api/org/:orgId/objects— list objects (platform + org-private)GET /api/org/:orgId/objects/by-ids/:ids— batch fetch by_idPOST /api/org/:orgId/objects/upload— initiate an org object uploadPATCH /api/org/:orgId/objects/:objectId— update name, tags, approval status
