Create an application
Get your credentials and create your first BIMData application.
AuthenticationUpload, view, annotate and extract data from IFC, DWG/DXF, PDF, point clouds and 360° images using the BIMData API and viewer SDK.
<!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>Choose your goal and we'll guide you to the documentation, APIs and SDKs you need.
Follow the shortest path from authentication to displaying your first BIM model.
Get your credentials and create your first BIMData application.
AuthenticationCreate a project and upload your first IFC file.
Upload guideLoad your model and display it using the BIMData Viewer.
Viewer guideRetrieve elements, properties and relationships from your BIM models.
API referenceGuides, tutorials and references organized around what you want to accomplish.
Embed the BIMData Viewer and display your first IFC model.
TutorialAuthenticate your application and create your first BIMData request.
GuideRetrieve elements, properties and relationships from your IFC models.
GuideCreate projects, upload models and organize your BIMData workspace.
AdvancedUnderstand deployment, infrastructure and configuration options.
ReferenceEndpoints, parameters, responses and authentication methods.
APIs, SDKs and deployment options to build BIM applications for the AEC industry.
Updates, examples, system status and useful resources for developers.