WebRTC video and audio APIs for developers. Add live video and audio experiences to any product.
Go to siteWith the Daily API, you can build a variety of applications and features including:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
daily: {
type: "app",
app: "daily",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.daily.co/v1/`,
headers: {
Authorization: `Bearer ${this.daily.$auth.api_key}`,
"Content-Type": `application/json`,
},
})
},
})
Daily uses API keys for authentication. When you connect your Daily account, Pipedream securely stores the keys so you can easily authenticate to Daily APIs in both code and no-code steps.
To retrieve your API key,