post https://api.novecore.com//track
Creates a new track from the request
Artists are provided by ID and will be looked up
Performs validation on the title and artist ownership
Log in to see full request history
Responses
Creates a new track from the request
Artists are provided by ID and will be looked up
Performs validation on the title and artist ownership
xxxxxxxxxx
curl --request POST \
--url https://api.novecore.com/account/track \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"explicit":true}'
Try It!
to start a request and see the response here! Or choose an example: