Beat and Chord detection

Detects the beats and chords using state-of-the-art recognition technologies. You can upload a single audio file and get back a list of beats and chords as well as ready-to-use metronome tracks
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.