Pitch shifter

Shifts the pitch of the audio file by increments of 100 cents. Each cent is equivalent to 1 semitone and you can upload a single audio file and get back a shifted audio file
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.
cents
number
The pitch shifting in cents. A semitone is equivalent to 100 cents and could be either positive or negative (for up or down pitch shifting).

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