Farsava - ASR Api First create an API KEY here install dependencies no dependency configs baseURL:= "https://api.amerandish.com/v1"; actionURL:= "/speech/asr"; authKey:= "<YOUR_API_KEY>"; filePath := "<YOUR_WAV_FILE_PATH>" run go run main.go