Getting Started
This page will help you get started with Streamlabs API. You'll be up and running in a jiffy!
We have a demo app with a basic authentication flow located in our github repository. It is written in Javascript and is meant to be run using NodeJS
https://github.com/stream-labs/streamlabs-api-demo
We have tried to make the Streamlabs API as smooth as possible for you to setup. You can access various aspects of a user's Streamlabs account and even trigger custom alerts!
You can get started with the Streamlabs API in three simple steps.
- Register your application
- Connect user(s) to your account
- Use your
access_token
and execute API calls
So lets dive right in!
Updated 29 days ago
What’s Next
Next we can jump right into registering your application with Streamlabs. If you wish to setup OAuth 2 before registering your application, feel free to follow the page below.