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

https://github.com/muhammad-21/ava-backend

Backend for project "Ava"
https://github.com/muhammad-21/ava-backend

Last synced: 3 months ago
JSON representation

Backend for project "Ava"

Awesome Lists containing this project

README

        

# 💁🏻 Ava-backend

---
## Technologies

- Express
- Microsoft-cognitiveservices-speech-sdk
- Axios
## Installing

```sh
> npm install
> npm start
```
deployed here: [ava-backend](https://ava-backend-72sc.onrender.com/).

## Request Example

```
curl --location 'https://ava-backend-72sc.onrender.com/talk' \
--header 'Content-Type: application/json' \
--data '{
"text": "привет",
"language": "ru"
}'
```

---