Boost Audio - Extract Audio from Video
boost_audio_extract_audio_from_videoExtract the audio track from MP4, MOV, WebM or M4V video and download as MP3 or WAV. Use this when the user wants to get audio out of a video file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio_url | No | Optional public URL to an audio/video file. If omitted, the user uploads the file in the rendered widget. | |
| file_name | No | Original file name. Required when audio_base64 is provided. | |
| file_type | No | Original mime type. Required when audio_base64 is provided. | |
| file_token | No | Token for a pre-uploaded large file (>22 MB). Obtained from POST /widget-api/upload-raw. Used instead of audio_base64 for large files. | |
| audio_base64 | No | Optional base64-encoded audio file payload. Used by the widget when the host iframe blocks CORS fetches. | |
| target_format | No | Output audio format. Defaults to mp3. | mp3 |