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
- Host: GitHub
- URL: https://github.com/snoopycodex/read_and_learn_rest_api
- Owner: SnoopyCodeX
- License: apache-2.0
- Created: 2021-10-07T11:50:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-12T11:26:03.000Z (about 4 years ago)
- Last Synced: 2025-01-23T15:37:45.951Z (about 1 year ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: