🏓Upload From Youtube
Uploads a song directly from a YouTube URL.
POST /upload/song/uploadFromYouTubeRequest Headers
Content-Type: application/json
Parameters
youtubeUrl (string) - The URL of the YouTube video.
uploaderUsername (string) - Username of the uploader.
uploaderId (string) - Unique identifier of the uploader.
uploaderUrl (string) - URL of the uploader's profile.
randomString (string) - A random string for unique identification.
isPrivate (boolean) - Whether the song is private.
songPassword (string) - (Optional) Password to access the song if private.
Response
{
"message": "YouTube video is being processed in the background."
}Last updated