Presigned URL issue - Podbean API

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.

You can set the body type to Form-data and add a parameter with the Send file option checked. Keep in mind the Content-type that the endpoint accepts though and it should work for you

This topic was automatically closed after 70 days. New replies are no longer allowed.