Split an audio file based on its chapters/metadata
file· File result
Quick start
Call this tool from your code in three languages.
cURL
# 1) Upload each file first → returns { filePath }
curl -X POST 'https://api.elysiatools.com/upload/audio-chapter-split' \
-F 'file=@/path/to/audioFile.ext'# 2) Call the tool with the returned filePath values
curl -X POST 'https://api.elysiatools.com/en/api/tools/audio-chapter-split' \
-F 'audioFile=/path/to/file.ext'
Send a POST request with your inputs as JSON. File parameters require a separate upload first.
Endpoint
HTTP
POST https://api.elysiatools.com/en/api/tools/audio-chapter-split
Parameters
Name
Type
Required
Description
audioFile
fileupload required
Yes
—
File-type parameters must be uploaded first via POST /upload/audio-chapter-split, then the returned filePath is passed to the corresponding file field.