Dacast

Dacast's Video Streaming Software is the leading Online Video and Hosting Platform. Stream live and on demand video leveraging a video API and 24/7 support.

Go to site
Explore
/
Apps
/
Dacast

Dacast API Integrations

Build and run workflows using the Dacast API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

The Dacast API allows developers to access and integrate the functionality of Dacast with other applications and websites.

Some example applications that can be built using the Dacast API include:

  • A video streaming website or application
  • A video on demand website or application
  • A live streaming website or application
  • A video content management system
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    dacast: {
      type: "app",
      app: "dacast",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://developer.dacast.com/v2/playlists`,
      headers: {
        "X-Api-Key": `${this.dacast.$auth.api_key}`,
        "X-Format": `default`,
      },
    })
  },
})

Authentication

Dacast uses API keys for authentication. When you connect your Dacast account, Pipedream securely stores the keys so you can easily authenticate to Dacast APIs in both code and no-code steps.

You can get your API Key for Dacast by signing in to your account and navigating to Settings, then Integrations.