← Changelog

May 20th, 2021

Upload an audio file via the API as a podcast episode

Authorize a URL for uploading an audio file to be used when creating or updating an episode, if you don't already have a URL for an audio file.

GET /v1/episodes/authorize_upload

Uploading an Audio File using an upload url and content type

Upload your audio file however you wish but it must be a PUT method HTTP request with the content_type of the audio file included as a header. After a successful 200 response, you may then use the audio_url as the episode[audio_url] when creating or updating an episode.

Read the full documentation here →