SDK Integration
...
Generating outputs
Getting Available Output Types
1 min
firstly we need to establish which output types are still available to use in case there has been previous outputs attached to the scribe we can use the autoscriber sdk autoscriber sdk for this operation by calling the getavailableouttypes() getavailableouttypes() method this method will respond with a string of allowed output types for the next operation taking into account already generated outputs and the specialty specialty param passed to it // without specialty let availabletemplates = scribe getavailableouttypes(); // returns a string array with available output templates // with specialty let availabletemplates = scribe getavailableouttypes(specialty gp); // returns a string array with available output templates, specialty will affect this