curl -X POST "https://api.destined.ai/v1/stt/calculate-accuracy" \ -H "Content-Type: application/json" \ -d '{ "reference": "Hello, this is a test.", "hypothesis": "Hello, this is the test." }'
Calculate WER/CER between reference and hypothesis text
POST
https://api.destined.ai
/
v1
/
stt
/
calculate-accuracy
Copy
curl -X POST "https://api.destined.ai/v1/stt/calculate-accuracy" \ -H "Content-Type: application/json" \ -d '{ "reference": "Hello, this is a test.", "hypothesis": "Hello, this is the test." }'
curl -X POST "https://api.destined.ai/v1/stt/calculate-accuracy" \ -H "Content-Type: application/json" \ -d '{ "reference": "Hello, this is a test.", "hypothesis": "Hello, this is the test." }'