Autodesk carries 33 APIs in the catalog, and unlike a fragmented product, they’re one coherent platform: Autodesk Platform Services (APS), the cloud layer under AutoCAD, Revit, Fusion, and the construction cloud. Walking the surface is a good way to see what a design-and-engineering company exposes when it decides the file is only the beginning.
What’s actually in the surface
The 33 APIs organize into a clear control-plane / data-plane split:
- Control plane —
Authentication,Data Management,ACC Account Admin,BIM 360,Parameters. The identity, storage, and account scaffolding every call depends on. - Model and data plane —
Model Derivative(translate and extract geometry and metadata from CAD files),Design Automation(run AutoCAD, Revit, and Inventor headless in the cloud),Reality Capture(turn photos into 3D meshes),Flow Graph Engine. - The newer surfaces —
Tandem Data(digital twins),Sustainability Data(embodied-carbon and material data),Webhooks(the one AsyncAPI spec in the set).
What’s interesting about the shape
- Design Automation is compute-as-an-API. Most providers expose data. Autodesk exposes the engines — you send a Revit or AutoCAD job and their cloud runs the desktop application headless and hands back the result. That’s a fundamentally different kind of surface than a CRUD resource, and it’s the structural heart of APS.
- Model Derivative decouples the file from its geometry. A
.rvtor.dwgis opaque. Model Derivative translates it into viewable, queryable derivatives — the move that makes design data programmable instead of locked in a desktop format. - Tandem and Sustainability are the frontier. Digital twins and embodied-carbon data are the two newest APIs, and they signal where the platform is heading: from authoring the model to operating the building and accounting for its footprint.
- One AsyncAPI spec, deliberately placed. Webhooks is the only event-driven contract, and it sits exactly where it should — notifying you when a long-running translation or automation job finishes.
The takeaway
Thirty-three APIs is what a design company looks like when it treats CAD files as data and desktop applications as cloud compute. The pattern other engineering-software vendors should borrow: don’t just export the file — expose the engine that reads it, the translation that opens it, and the twin that outlives it. Walk the full platform on the Autodesk provider page.