Hellow Bubblers,
I need help with an issue related to Podbean’s API for uploading podcasts. The API requires a media_key
parameter, which is generated from the presigned URL, rather than being a direct URL to the audio file.
I can generate the presigned URL through an API call, but I’m unsure how to upload the audio file using it. The documentation (see attached screenshot) shows the file being uploaded with the presigned URL as the endpoint, but I’m unclear on the upload process. Should the file be sent as a parameter? I attempted to use a file
parameter and uploaded the file as form data, but I’m receiving an empty response.
Any guidance on how to proceed would be greatly appreciated.