Music segmentation

Segments an audio file into musical sections by detecting the repeated patterns during the song. You can upload a single audio file and get back a list of sections
Creating new
POST
/api/media
Create new media and apply one or multiple operations.
BODY PARAMS
inputUrl
string
Especifies the URL of the audio file to be processed.
operations
array
All the operations you want to perform on the media.
type
string
The type of operation you want.

Getting information
GET
/api/media/:id
Get information about existing media
PATH PARAMS
id
string
The ID of the media you want to fetch.