Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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

php index.php