🛵Upload From Youtube
Uploads a song from YouTube and updates the creator's social media URLs.
POST /upload/songyoutubeUpload/ftakedownRequest Headers
Content-Type: application/json
Request Parameters
youtubeSongUrl (string) - The URL of the YouTube song.
username (string) - Username of the uploader.
youtubeUrl (string) - YouTube URL of the creator.
spotifyUrl (string) - Spotify URL of the creator.
soundcloudUrl (string) - SoundCloud URL of the creator.
instagramUrl (string) - Instagram URL of the creator.
twitterUrl (string) - Twitter URL of the creator.
facebookUrl (string) - Facebook URL of the creator.
Response
Status 202 - When the upload process starts:
{ "message": "Uploading song to YouTube", "songProcessId": "randomString" }
Last updated