Skip to content
BIMData Documentation

Build BIM features into your application

Upload, view, annotate and extract data from IFC, DWG/DXF, PDF, point clouds and 360° images using the BIMData API and viewer SDK.

Viewer.js
<!DOCTYPE html>

<style>body { margin: 0 }</style>

<div id="viewer" style="height: 100vh"></div>

<script type="module">
  import makeBIMDataViewer from "https://cdn.jsdelivr.net/npm/@bimdata/viewer@latest";

  makeBIMDataViewer({ 
    api: {
      cloudId: 10344, projectId: 237466, modelIds: [15097],
      accessToken: "TAbdyPzoQeYgVSMe4GUKoCEfYctVhcwJ",
    }
  }).mount("#viewer");
</script>
SUPPORTED FORMATSIFCDWGDXFIMAGESPDFPOINT CLOUDS360° IMAGES
Quickstart

Build your first BIM application

Follow the shortest path from authentication to displaying your first BIM model.

02API

Upload a model

Create a project and upload your first IFC file.

Upload guide
03VIEWER

Display your model

Load your model and display it using the BIMData Viewer.

Viewer guide
04DATA

Query your data

Retrieve elements, properties and relationships from your BIM models.

API reference