How to create audio or video clips for a specific podcast episode using podcast api?

You can get the audio url of an episode from the response data.

With the audio url, you can download the entire audio file and use FFmpeg or whatever tools to create audio/video clips. For example, you can run a command like this to generate an audio clip:
ffmpeg -ss 10 -t 6 -i input.mp3 output.mp3

In fact, there are already many podcast clipping apps/services using our Podcast API.

Our website also provides a simple podcast clipping tool that you can try out.

Still need help? Contact Us Contact Us