The Squadcast Developer Hub

Welcome to the Squadcast developer hub. You'll find comprehensive guides and documentation to help you start working with Squad as quickly as possible, as well as support if you get stuck. Let's jump right in!

var request = require('request');
var options = {
  'method': 'GET',
  'url': 'https://api.squadcast.fm/v2/sessions',
  'headers': {
    'Authorization': 'Bearer YOUR_API_KEY'
  }
};
request(options, function (error, response) {
  if (error) throw new Error(error);
  console.log(response.body);
});

Start developing your own integrations with the SquadCast API

Connect your SquadCast sessions and recordings to other tools you use to publish your podcast, organize your recordings, and edit your episodes.

Monitor, Control, and Adjust your Recordings your way.

  • We support personal webhooks to listen for different platform events.
  • SquadCast API allows users to setup their own integration directly on their platform through our RESTful API.
  • SquadCast also supports different built-in integrations.

🧑‍💻  API Reference

Checkout our API Reference page for webhook examples, RESTful requests and responses, and different ways to integrate.

🧩  Built-In Integrations

SquadCast provides several already built-in integrations you can add directly from the platform.

🤝 Partner & Collaborate

Want to partner and bring SquadCast API directly to your company and platform? Let us know we're here to help!