The API Report CardAPI Index
Autodesk AutoCAD

Autodesk AutoCAD API

autodesk.com

AutoCAD extensibility spans on-prem APIs (AutoLISP, ObjectARX, .NET) and Autodesk Platform Services, a cloud REST platform with OAuth2 and SDKs in five languages. Design Automation runs AutoCAD headless in the cloud. Pricing is token-based consumption, which makes cost forecasting hard.

Last verified: July 2026Construction
API GRADE
A
VERIFIED JUL 2026

SCORECARD

ExistenceGOODAPS cloud REST APIs (data management, model derivative, design automation) plus decades-old on-prem plug-in APIs.
AccessGOODSelf-serve app registration at aps.autodesk.com with free-tier quotas; beyond that, token-based consumption pricing.
CoverageGOODDWG upload, translation to 60+ formats, headless AutoCAD via Design Automation, and full ACC/BIM 360 module APIs.
AuthGOODOAuth2 v2 with 2-legged and 3-legged flows, PKCE, and scoped tokens; 3LO requires per-user Autodesk Account consent.
Docs & DXGOODOfficial SDKs for Node, .NET, Python, Java, and PHP, a viewer SDK, webhooks, and per-API reference docs.
StabilityGOODRate limits are documented per API with 429 backoff guidance; Model Derivative jobs are asynchronous and quota-metered.
Supergood: Autodesk AutoCAD shipped a real API. Most vendors don't; we ship near-native APIs for the rest.

Frequently asked questions

Autodesk AutoCAD scores A on the API Report Card. AutoCAD extensibility spans on-prem APIs (AutoLISP, ObjectARX, .NET) and Autodesk Platform Services, a cloud REST platform with OAuth2 and SDKs in five languages. Design Automation runs AutoCAD headless in the cloud. Pricing is token-based consumption, which makes cost forecasting hard.

Tried to integrate with Autodesk AutoCAD?
SOURCES
DWG remains a proprietary, undocumented format, even though the Data Management API can upload/download DWG files, decoding them outside of Autodesk software requires either the paid Open Design Alliance Teigha/ODA libraries or the Model Derivative API to translate DWG to SVF2/IFC/PDF, both of which cost money and break clean offline workflows dev.to β†—
Model Derivative API is asynchronous and quota-metered, translating a large DWG or RVT to SVF2 takes minutes to hours and consumes API tokens, making real-time integrations impractical without architectural workarounds aps.autodesk.com β†—
Data Management API access to a customer's data is gated by which Autodesk storage product they use, BIM 360 Docs and ACC Docs are accessible, Fusion Team is accessible, but DWGs stored on customer file shares, Dropbox, SharePoint, Box, or NAS are completely outside the API surface unless re-uploaded to APS Object Storage aps.autodesk.com β†—
3-legged OAuth requires every user to have an Autodesk Account and explicitly consent, installable agent / service-account patterns are not supported for user-context data access aps.autodesk.com β†—
APS token-based consumption pricing is opaque, multiple APIs (Model Derivative, Design Automation, Reality Capture) consume tokens at different rates, making cost forecasting for high-volume integrations difficult aps.autodesk.com β†—
Design Automation API has cold-start latency (seconds per invocation) and per-engine concurrency limits, constraining its use for low-latency interactive scenarios aps.autodesk.com β†—
Autodesk has deprecated and renamed APIs multiple times, Forge β†’ APS, BIM 360 APIs β†’ ACC APIs, legacy A360 endpoints, requiring integration partners to rewrite integrations on Autodesk's schedule aps.autodesk.com β†—
AutoCAD's on-prem .NET / ObjectARX APIs are version-bound, plug-ins built for AutoCAD 2024 frequently require recompilation against the 2025/2026 ObjectARX SDKs to run on newer releases, creating maintenance overhead for ISVs autodesk.com β†—
ACC API surface (Cost Management, Schedule, Forms, Photos, Submittals, RFIs) coverage and stability vary by module, some modules expose comprehensive REST surfaces, others lag behind feature parity with the ACC web app aps.autodesk.com β†—
Aggressive subscription pricing and continuous price increases since the perpetual-license shift, $235/month or $1,865/year for full AutoCAD is widely cited as overpriced relative to functional competitors like BricsCAD and DraftSight that offer DWG compatibility at a fraction of the cost g2.com β†—
Autodesk's aggressive license-compliance audits are a long-running customer grievance, surprise audit notifications, unexpected back-license fees, and unclear enforcement of named-user vs. concurrent-use entitlements drive significant unbudgeted spend at engineering and AEC firms reddit.com β†—
Vendor lock-in via the DWG file format, DWG is a proprietary, undocumented binary format owned by Autodesk with no official specification; Autodesk has historically sent cease-and-desist letters to projects attempting to reverse-engineer the format, and "Foreign DWG" warnings appear when files are edited by non-Autodesk tools dev.to β†—
Forced migration from perpetual licenses to subscription (completed 2016) eliminated the option to buy a license once and use it indefinitely, with customers reporting long-term TCO significantly higher than perpetual + maintenance under the old model itqlick.com β†—
Heavy and slow application, AutoCAD has historically been resource-intensive with multi-minute file open times on large drawings (Autodesk advertises AutoCAD 2026 as up to 11x faster file open than 2025, implicitly acknowledging the prior pain) blog.cadalyst.com β†—
Steep learning curve, AutoCAD has hundreds of commands, layer-management complexity, and an extensibility surface (LISP, ObjectARX, .NET) that requires significant training to operate productively; new users frequently choose SketchUp or DraftSight for easier on-ramps theknowledgeacademy.com β†—
Licensing audit experience described as adversarial, "Autodesk has vendor-locked entire industries" is a common framing in customer forums, and customers report considering BricsCAD/DraftSight specifically to escape audit exposure ondsel.com β†—
AutoCAD-on-Mac feature parity continues to lag AutoCAD-on-Windows, with mechanical/MEP/plant toolsets not available on macOS autodesk.com β†—
Cloud subscription requires periodic online check-in; offline use is time-limited and the named-user model creates friction for shared workstations and shift workers autodesk.com β†—