This page will help you get started with EMT Open APIs.
Before you start:
You must be a part of a registered customer or team on ATLAS to use this API. Please refer to our Getting Started page for instructions on creating a customer
Your ATLAS domain
All teams and enterprise customers on ATLAS are assigned a unique domain. Any API calls must be made to that domain.
[your-domain].enablemyteam.com
If you're unsure of your domain, please login from enablemyteam.com
In most cases, you will be redirected to your domain after login. However, your customer configuration might be using an external enterprise sign on. Please email our help desk at [email protected] and we will help you with your domain.
EMT Documents API (Swagger)
Using this API endpoint, you can interact with the following datasets:
- Documents (PDF, Excel, DOCX, PPTX)
- 3D Model Formats (DGN, DWG, IFC, REVIT and more)
- 2D Drawings (DGN, DXF)
Documents Data Model

Hight level data model for EMT Documents
EMT Documents is built on top for ATLAS Asset Information management data model. As such, Document and Comment are asset types. Valid requests and responses from the API will return a JSON response consistent with the API data model described in specification for each endpoint. All data extracted from unstructured, structured or 3rd party systems is described as an "asset".
See below recipe for retrieving asset schema from ATLAS:
For any help, feel free to email [email protected]
Don't forget the what's next section below to continue learning a bit more about our API