Project Details
This API enables the conversion of YouTube videos to MP3 audio format and facilitates access to the resulting downloadable MP3 file.
Endpoint: /download-mp3
Method: GET Query
Parameters:
- URL (required): YouTube video URL to convert.
- Format (required): Output format of the audio file (mp3, webm, m4a)
Response: 200 OK: Successful conversion.
Returns a JSON object with:
- url: URL for downloading the converted MP3 filei
- format: selected format of the audio
- id: youtube video id
- title: youtube video title
- description: youtube video description
- thumbnail: Thumbnail of the video
- duration: video duration
- uploader
- upload_date
- view_count
- like_count