BIM Models

load bim models using the loadmodelsfromtoken docid\ qgr99ie9ofi8e2dnqoxi4 method example 1\ create a 3d viewer token request a create 3d viewer token docid j py6n6vb4tn8ptvljm8 for the asset stored in the models section curl request post \\ \ url https //api catenda com/v2/projects/{project id}/viewer3d/token \\ \ header 'authorization bearer your access token' \\ \ header 'content type application/json' 2\ use the token to load the model invoke the loadmodelsfromtoken method with the viewer token const url = "https //api catenda com/v2/projects/{project id}/viewer3d/data?token={token}"; viewer3d loadmodelsfromtoken(url);