Text-to-Speech service provided by Microsoft Azure
Request
API Key from 302.AI backend
Example:Bearer {{YOUR_API_KEY}}
Body Params application/xml
<?xml version="1.0" encoding="UTF-8"?>
<speak/>
Request samples
curl --location --request GET 'https://api.302.ai/cognitiveservices/voices/list' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/xml' \
--data-raw '<?xml version="1.0" encoding="UTF-8"?>
<speak/>'
Responses
application/json Modified at 2024-09-03 09:20:33