We work on https://buerli.io a browser-based CAD workflow. All our data is stored as JSON: Assemblies, Parts, Meshes, Geometries, Materials.
I would like to send the current session, or selected/specific geometry to Speckle via REST. But i struggle with the documentation a bit. I do not understand how i would begin, and how i would have to transform the data.
The REST SDK docs REST API | Speckle Docs only mention a view requests, URL: ${CANONICAL_URL}/api/diff/:streamId. I tried to study some examples, there is a Vue app (we use React) but it seems to do so much more i am truly lost.