Create a web interface where user can type parameters and see resulting 3D model

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have created parametric models in Fusion for products I want to sell.
I would like to create a web interface on my business' site where customers could type in parameters, and see (as quickly as possible) the resulting model – either sketches, or a 3D view – appear (as shown in the screencast attached).
Specifically, I have a few questions –
1) Does Autodesk have a REST-ful API that the web client could send the parameters to, and receive some kind of 3D model or sketch in return?
2) If so, what format might this model or sketch come back in (e.g., DXF, SVG)? 3) If there isn't a REST-ful API, how might I build and deploy a lightweight server-side application that could communicates with both Fusion and the client-side app? Perhaps there's an even simpler way of achieving this? I hope this makes sense. Any kind of guidance, idea, keyword, or direction would be highly appreciated.