Create a song
POST /api/songs
POST
/api/songs
Authorizations
Section titled “Authorizations ”Request Body
Section titled “Request Body ”object
id
string format: uuid
title
required
string
artist
string
key
string
tempo
integer
duration
integer
content
string
notes
string
timeSignature
string
leadVocal
string
infoPa
string
mediaUrl
string
tags
Array<string>
midiClipPath
string
midiClipName
string
midiClipDeviceId
string format: uuid
midiClipLoopCount
integer
twoColumnLayout
boolean
leadSheetPath
string
leadSheetType
string
leadSheetUploadedAt
string format: date-time
stepsEnabled
boolean
clickTrackEnabled
boolean
backingTrackPath
string
backingTrackName
string
backingTrackUploadedAt
string format: date-time
backingTrackLoopCount
integer
preferredRecordingId
string format: uuid
Responses
Section titled “ Responses ”Created
object
ok
required
boolean
data
Invalid input or no band
object
ok
required
boolean
error
required
string
code
string
Song limit reached
object
ok
required
boolean
error
required
string
code
string
Server error
object
ok
required
boolean
error
required
string
code
string