Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.
MIT License
2.61k stars 5.01k forks source link

Azure Speaker API not working for Identification #7868

Closed lumayara closed 4 years ago

lumayara commented 4 years ago

Hi.. Following @rposbo 's demo we were able to use the verification part but not identification part. It doesn't seem to be working. It gets my profile created but doesn't save my recording to Identify.. I am getting this error: {"error":{"code":"BadRequest","message":"Invalid Http Request"}}

rposbo commented 4 years ago

This was fixed in the demo (removing content type multipart/form-data that's no longer accepted); however, the API documentation needs to be updated to remove references to that header in the code examples