Skip to content

shoaib6174/GetAudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GetAudio

In this project I have developed the following microservice architecture to extract audio from video-

image

Visit the kubeview - https://rebrand.ly/getAudioArchitecture

Follow the following instruction to extract audio-

Signup

curl curl -X POST http://gateway.0fd20ddba1274085b991.westus.aksapp.io/signup -u <email>:<password>

Login

curl curl -X POST http://gateway.0fd20ddba1274085b991.westus.aksapp.io/signup -u <email>:<password>

This will return a JSON Web Token (JWT) which will be needed for authentication during upload. Example: image

Upload Video

curl -X POST -F 'file=@<path to video>' -H 'Authorization: Bearer <JWT>' http://gateway.0fd20ddba1274085b991.westus.aksapp.io/upload

image

Notification

A notification email will be sent containing the "mp3 file_id" after successful extraction of the audio. So check your email. Example: image

Download

curl --output mp3_download.mp3 -X GET -H 'Authorization: Bearer <JWT>' "http://gateway.0fd20ddba1274085b991.westus.aksapp.io/download?fid=<mp3 file_id>"

Example: image

Remarks

The service has been deployed on AKS and it will remain online till 7th May, 2023.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors