I am evaluating Microsoft Custom Voice using Azure AI and want to know how to programmatically create and train custom voices through API .I'm looking for creating a voice, uploading audio to it, and triggering the training job programmatically.
There's a documentation page on Microsoft site but that doesn't fulfil my criterial. Please find below. https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/how-to-custom-voice-create-voice
You can capture all APIs in a browser, for instance, using chrome, we create a project in a voice portal, press F12 to open the console, and monitor the network:
Let's create a new project, and see the request network package, you can see all API request details so that you can try this in your code :
Basically, you can use this way to find all APIs you need.