Mastering

Masters a target audio file using a reference audio song. Customize the mastering process to your needs by specifying the parameters for target LUFS, bit depth, sample rate, limiter etc.
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.
referenceAudio
string
A URL for the reference audio file.
bit
number
The bit depth for the output audio file. Accepts: 16, 24, 32
limiter
boolean
Whether to apply a limiter to the output audio file.
sampleRate
string
The sample rate for the output audio file. Accepts: 44100, 48000, 96000
targetLufs
number
The target LUFS for the output audio file.

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