UDP Server

Interact with your Streamer.bot instance with the UDP API

Enable software on your local machine to interact with Streamer.bot using UDP

Check out the Streamer.bot Voice Attack plugin, which utilizes the UDP Server

Requests

DoAction

Execute an action on the Streamer.bot instance

{
  "request": "DoAction",
  "action": {
    "id": "<guid>",
    "name": "<name>"
  },
  "args" {
    "key": "value"
  }
}
You can specify either one of the action id or name, you do not need both.