Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://api.hustmusik.live/v1/collection' \
--form 'file=@"C:\\Users\\ADMIN\\Downloads\\Musik Streamin\\songs\\Taylor Swift - THE TORTURED POETS DEPARTMENT (Deluxe) (2024) Mp3 320kbps [PMEDIA] ⭐️\\Cover.jpg"' \
--form 'title="THE TORTURED POETS DEPARTMENT"' \
--form 'description=""' \
--form 'thumbnailurl=""' \
--form 'type="Album"' \
--form 'visibility="Public"'
Responses
application/json {
"data": {
"id": "9133244f-e7db-418e-b3fb-17c230418bfd",
"title": "TestAPI",
"description": null,
"type": "EP",
"thumbnailurl": "<image link>",
"owner": {
"id": "aa587095-a604-4c32-9215-ac74a1db33d5",
"username": "TestUpdated",
"avatarurl": "<image link>"
},
"songs": []
}
}
Modified at 2024-11-08 12:33:28