Jump to Content
SquadCast.fm APIHomeSquadCast AppBlog
HomeDocumentationRecipesAPI ReferenceRelease Notes
HomeSquadCast AppBlogLog InSquadCast.fm API
Documentation
Log In
HomeDocumentationRecipesAPI ReferenceRelease Notes

Overview

  • Getting Started with SquadCast API
  • Release Notes
  • REST API

SquadCast App

  • Pilot Program
  • Descript Integration
  • DropBox Integration
  • Zapier Integration
  • Captivate Integration
  • SavvyCal Integration

API Guides

  • SquadCast API
  • Backwards Compatibility
  • Authentication
  • Overview

Troubleshooting

  • Troubleshooting the API

Webhooks

  • Overview
  • Events
    • Recording_Session.Created
    • Recording_Session.Deleted
    • Recording_Session.Updated
    • Recording_Session.Started
    • Recording_Session.Ended
    • Audio.Mixed
    • Audio.Mastered
    • Audio.Rendered
    • Video.Rendered
    • Participant.Joined
    • Participant.Left
    • Recording.Started
    • Recording.Stopped
    • Recording.Transferred
    • Squadshot.Taken
    • Show.Created
    • Show.Deleted
    • Show.Updated
Powered by 

Audio.Rendered

Suggest Edits

audio.rendered

Returns a payload with audio rendered information when an audio recording rendering completes.

{
	"name": "audio.rendered",
	"wav": "WAV URL",
	"mp3": "MP3 URL",
	"orgID": "Org ID"
}

Updated almost 3 years ago