WebRTC video and audio APIs for developers. Add live video and audio experiences to any product.
Go to siteDaily API offers a suite of powerful video and audio capabilities, enabling the creation, management, and customization of real-time video and audio calls directly within your applications. Pipedream, as a serverless integration and automation platform, empowers users to connect Daily with various other apps to automate workflows. Whether you're looking to synchronize meeting data with project management tools, kick off post-meeting workflows, or manage recordings at scale, Pipedream provides the infrastructure to streamline these processes.
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`,
},
})
},
})
Automated Meeting Summaries: After a Daily call ends, trigger a workflow on Pipedream that captures call metadata, transcribes audio recordings, and sends a summary email to all participants using the Gmail app.
Meeting Scheduler with Calendar Integration: Set up a Pipedream workflow that listens for new events in a Google Calendar, automatically creates corresponding Daily meeting rooms, and then emails the meeting links to attendees using the Gmail app.
Post-Call Feedback Collection: Initiate a Pipedream workflow once a Daily meeting concludes to send a feedback form via Typeform to all participants, then collect and store responses in a Google Sheet for analysis.
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,