Getting Empty [] response when consuming face detection api in postman

2020-08-13T11:45:56.54+00:00

Hi I am getting Empty Response when I request for face detection API.
Kindly find my Request CURL
curl --location --request POST 'https://FaceAPIDemoProject.cognitiveservices.azure.com/face/v1.0/detect' \
--header 'Content-Type: application/json' \
--header 'Ocp-Apim-Subscription-Key: **********************************' \
--data-raw '{
"url":"https://i.ibb.co/FzNNtdJ/image2.jpg"
}'

Response:
[]

Kindly also find the attachment for reference.

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
163 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. GiftA-MSFT 11,166 Reputation points
    2020-08-14T00:45:43.827+00:00

    Thanks for reaching out. An empty response indicates that no faces were detected. Please ensure to use high quality image, you can try using another image with higher quality. Let me know if you have any further questions or concerns.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.