Welcome to 100ms server APIs
100ms collection includes API for our video components like rooms, sessions, policies, etc that are packaged and ready to use with Qodex, along with documentation for each API to help you learn about them. You can import/fork these APIs and start using them instantly. The API collection comes with predefined environment variables to help you get started immediately.
Authentication
100ms uses management tokens to authenticate REST APIs. To create the management token, you must use theApp Access Key
and App Secret
from the developer section in your 100ms dashboard.

Simplified token generation
We have simplified the process of management token generation for you within this collection:- All you have to do is update the collection variables
APP_ACCESS_KEY
andAPP_SECRET
; - We have added a pre-request script within the collection, which will generate the management token and set the same as a
collection variable
(TOKEN) in the forked Qodex collection. - Automatically, this will be used as authentication for all the APIs in the 100ms collection.

Note: Refer to the authentication and tokens guide for more generating the management token in your preferred programming language for your development/production environment.100ms uses management tokens to authenticate REST APIs. The service required to generate this token should be hosted on your server. You must use the
app_access_key
and app_secret
from the developer section in your 100ms dashboard to create the management token. Refer to the authentication and tokens guide for more information on generating the management token.