Skip to content

REST API for Read and Learn mobile application, this will handle audio transcriptions using rev.ai

License

Notifications You must be signed in to change notification settings

SnoopyCodeX/read_and_learn_rest_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔥 RESTful API for Read and Learn Mobile Application

💻 Technologies Used

✅ NodeJS

Used for server

✅ ExpressJS

Used to handle http requests

✅ Pusher JS

Used to trigger events

✅ Rev.ai

Used to transcribe audio files (mp3, aac, etc.)

🚪 Gateways

  • Base url
https://read-and-learn-api.herokuapp.com
  • Transcribe audio (POST)
/audio/transcribe
  • Payloads
{
    "userId": "{userId}",
    "audioUrl": "{url_of_audio_to_transcribe}"
}

Made with ❤️ by SnoopyCodeX 🔥

About

REST API for Read and Learn mobile application, this will handle audio transcriptions using rev.ai

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published