An open API service indexing awesome lists of open source software.

https://github.com/snoopycodex/read_and_learn_rest_api

REST API for Read and Learn mobile application, this will handle audio transcriptions using rev.ai
https://github.com/snoopycodex/read_and_learn_rest_api

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# :fire: RESTful API for Read and Learn Mobile Application

### :computer: Technologies Used
#### :white_check_mark: NodeJS
> Used for server

#### :white_check_mark: ExpressJS
> Used to handle http requests

#### :white_check_mark: Pusher JS
> Used to trigger events

#### :white_check_mark: Rev.ai
> Used to transcribe audio files (mp3, aac, etc.)

### :door: Gateways
- Base url
```
https://read-and-learn-api.herokuapp.com
```
- Transcribe audio (POST)
```
/audio/transcribe
```
- Payloads
```json
{
"userId": "{userId}",
"audioUrl": "{url_of_audio_to_transcribe}"
}
```
---
## Made with :heart: by SnoopyCodeX :fire: