Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Farsava - Health Api

First create an API KEY here

install dependencies

dotnet restore

configs

string baseUrl = "https://api.amerandish.com/v1";
string actionUrl = "/speech/asr";
string authKey = "<YOUR_API_KEY>";

run

dotnet run