REST API

Introduction to the serverside.ai API

Important

API Key

All access is protected with a customer-specific API Key, which is initially generated from within the serverside.ai application (Settings/Account). Be sure to save this key securely! It can be changed in the app, but never shown, as we only transmit and store an encrypted version.

Rate Limiting

The default limit of requests per minute is 200. This limit applies to the whole company.

The HTTP header contains all information needed to throttle your request rate.

Example Response-Header:

x-rate-limit-limit:200
x-rate-limit-remaining:197
x-rate-limit-reset:1591618796445

The rate-limit applies only on the configuration part and doesn't affect the Live and VoD delivery.

Last updated