Design Automation, SDK To Run Oneclick Speckle Revit

Hi, I’m try to get Speckle SDK send data from revit with oneshot use Autodesk Design Automation process.

Do we have any sdk before like that to send data like example :

var document ; // document of revit model
var token = "token created to authentication with speckle"
// start send data 
doc.SendData("token","project","branch",...) 

My Goal :

  • Setup Bundles app to upload design automation
  • Run services design automation to extract data revit from Autodesk Construction Cloud(ACC).
  • Get data from speckle after data extracted into Speckle.

Any quick url to go with that is appreciated ! I just ask to make sure I’m don’t do overllap work !