How to control VDO.Ninja with Touch Portal
Controlling VDO.Ninja with Touch Portal using API commands
Last updated
Was this helpful?
Controlling VDO.Ninja with Touch Portal using API commands
Last updated
Was this helpful?
1. Create a new room as a director, with a custom API key, so that it looks like this:
Replacing the APIKEY with a string of your choosing.
2. Then, in Touch Portal, add a new button with the HTTP GET
action. In the HTTP GET
Action GET URL
field, input your desired action. This particular GET action will send Guest 1 to Scene 1 with a push of the button:
https://api.vdo.ninja/APIKEY/addScene/1/1
https://api.vdo.ninja/APIKEY/layout/[{"x":0,"y":0,"w":50,"h":100,"c":true,"slot":0},{"x":50,"y":0,"w":50,"h":100,"c":false,"slot":1}]
You can download this google sheet and use it to create your own layouts.
Thanks to djlefave on for this guide.
You can also use Touch Portal to switch the layout of without using the .
For more API examples, check out these resources: