Used for server
Used to handle http requests
Used to trigger events
Used to transcribe audio files (mp3, aac, etc.)
- Base url
https://read-and-learn-api.herokuapp.com
- Transcribe audio (POST)
/audio/transcribe
- Payloads
{
"userId": "{userId}",
"audioUrl": "{url_of_audio_to_transcribe}"
}