Good Day,
When uploading a file to the API controller is there a way to read the resonse body? We have a Face API based on Microsoft Azure, the controller passes data to the local API and the local API passes the data to the Azure API then returns the face attributes. This works fine, however I am unable to get the response from the body. Is there a sample that I can use to get this to work?
Thanks.