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.
Getting Empty [] response when consuming face detection api in postman
I am interested to implement Azure FaceAPI
1
Reputation point
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.