Notes
- The HTTP Web server runs by default on port 8889 (TCP).
- Your server password must be used in your requests as an HTTP Header parameter.
{ "password": "mypassword" }
- HTTPS is not supported.
Endpoints
#website of current slides. Auto re-refreshes.
GET /slides
# JSON of all slides
GET /api/slides
# does a clear all slides
POST /api/slides/clear
# does a clear all and goes to first
POST /api/slides/reset
POST /api/slides/first
POST /api/slides/last
# enter a slide number to go to, 1 being first
POST /api/slides/2/show
POST /api/slides/previous
POST /api/slides/next
# select drawing window and moves mouse to center of it
POST /api/control/reset-mouse
# hide the mouse cursor
POST /api/control/hide-cursor
# show / unhide the mouse cursor
POST /api/control/show-cursor
# toggle drawing window fade
POST /api/control/fade-window
Examples
Bitfocus Companion
Questions?
Please reach out to us via a support ticket or support@workflownetwork.com for questions. We are here to help!
Comments
0 comments
Article is closed for comments.