Trying to implement a solution which can easily understand context of AutoCAD APIs !!!

Trying to implement a solution which can easily understand context of AutoCAD APIs !!!

vedant_vedpathakYDTST
Explorer Explorer
638 Views
4 Replies
Message 1 of 5

Trying to implement a solution which can easily understand context of AutoCAD APIs !!!

vedant_vedpathakYDTST
Explorer
Explorer

AutoCAD exposes a very large number of  APIs, which are extremely detailed and technical. I am exploring how Large Language Models (LLMs) can be used to assist with AutoCAD automation, but expecting an LLM to understand and safely work with the entire AutoCAD API surface for every user request is complex, expensive in terms of tokens, and prone to hallucinated or incorrect API calls. With a pure CS/IT background (no mechanical or civil domain), I am looking for guidance for the same. I would appreciate suggestions, best practices, or architectural patterns from the community on how to design such a system in a reliable, scalable, and production-safe way.

0 Likes
Accepted solutions (2)
639 Views
4 Replies
Replies (4)
Message 2 of 5

BhaskarMurari
Autodesk
Autodesk
Accepted solution

@vedant_vedpathakYDTST Check this might be helpful.

 

The Autodesk Datum API documentation is available online through the Autodesk Platform Services (APS) Developer Portal. 

Developers can explore API endpoints, parameters, and data schemas using the Swagger interface within the tool.

Access links

  • In-product Swagger interface: Accessible within the Autodesk Datum tool interface.
  • API reference and overview: Autodesk Datum API.

Note: The Autodesk Datum API documentation includes authentication information, best practices, handle lookup, and code samples.

Message 3 of 5

vedant_vedpathakYDTST
Explorer
Explorer

Hello Thank you for the reply 
But does it cover all the APIs or are there any resources which can help me more ?

0 Likes
Message 4 of 5

TheCADnoob
Mentor
Mentor
Accepted solution

Have you looked over any of the documentation? 

 

https://aps.autodesk.com/developer/overview/autocad

 

CADnoob

EESignature

Message 5 of 5

manieshkumar.suresh
Autodesk
Autodesk

Additional resource which can be helpful - https://aps.autodesk.com/developer/overview/automation-apihttps://aps.autodesk.com/developer/overvie...




Maniesh Kumar Suresh

Escalation Lead


If this information was helpful, please use the Accept as Solution function — it helps other users.

0 Likes