Skip to content

Flussonic Cloud API

Flussonic Cloud API allows you to manage streams in your cloud, distribute streams between different projects, set up event notifications (event_sink), and get statistical data on your cloud usage.

You should use an API key to authorize any Flussonic Cloud API request. You will find the methods for creating, listing, and deleting the API keys in the Flussonic Cloud API. The first API key is shown in your Flussonic Cloud account.

Example of using the API key in the GET /streamer/api/v3/streams request to return a list of streams:


curl -s -H "Authorization: Bearer put_your_key_here" https://api.flussonic.cloud/streamer/api/v3/streams