Using all the correct headers, params, endpoint, and body in postman according to https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395236
. still getting 404. what might be wrong?
Using all the correct headers, params, endpoint, and body in postman according to https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395236
. still getting 404. what might be wrong?
@asdfhelp-7120 I think the reason for this error could be specific to the request. It would be great if you could post more details of the request or a screen shot of your parameters to check further.
In general, I have observed that 404 error while using postman is because the default method of GET is used instead of POST. For example, if I use the same API with GET I see the same 404 response.

If I use POST the face id is returned.

If you are still using the right params and method then I would recommend using the API console directly to check and debug the issue.
oh my gosh. i was on GET instead of POST the whole time. Thank you so much!!!! it works now!!!
8 people are following this question.