Hi,
I am working on a JS plugin for a Bubble app and I struggle with shotstack SDK.
The documentation covers :
- studio creation with shotstack.create
- how to load a template with shotstack.load
But, what I miss is :
- how do I add a media to a shotstack instance already in use? (currently I can only do shotstack.load which reloads the whole project and so I loses what I might have build in the studio)
- how to get the JSON output of what has been created in the studio?
- more generally speaking, what are all the SDK commands that are not covered by the documentation? (only 2 commands are covered)
As you might haved guessed with the vocabulary I am using, I am nor an english native or a skilled JS developper so it’d be awesome if you could explain it to me like I am 5yo
Thanks all