tracks
Creates a new track
post/tracks
Query parameters
user_idstring required
The user ID of the user making the request
Request body
Example request
{
"track_id": "x5pJ3Az",
"title": "My New Track",
"stream_conditions": {
"usdc_purchase": {
"splits": [
{
"user_id": 1234
}
]
}
},
"download_conditions": {
"usdc_purchase": {
"splits": [
{
"user_id": 1234
}
]
}
},
"remix_of": {
"tracks": [
{
"parent_track_id": "x5pJ3Az"
}
]
}
}Response
Track created successfully