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/song/' \
--form 'file=@"C:\\Users\\ADMIN\\Downloads\\Musik Streamin\\songs\\Taylor Swift - THE TORTURED POETS DEPARTMENT (Deluxe) (2024) Mp3 320kbps [PMEDIA] ⭐️\\Cover.jpg"' \
--form 'title="Fresh Out The Slammer"' \
--form 'thumbnailurl=""' \
--form 'duration="210"' \
--form 'releasedate="2024"' \
--form 'genre="Pop"' \
--form 'artists="5ea2b239-9ba9-4251-b110-343978aa30e9"'
Responses
application/json {"message":"Song In the stars created"}
Modified at 2024-11-08 12:29:40