Home Face Match Face Expression Age Gender Detection Face Landmark Facial Distance Person Count Person Count Gender

                                                
API Name: Age & Gender Detection
Request Method: POST
Request End:

/api/v1/FaceAgeGender

Request Body:

                                                
								
let data={ imgBase64:'', } var config = { method: 'post', url: 'http://localhost:8080/api/v1/FaceAgeGender', headers: { }, data : data }; axios(config) .then(function (response) { console.log(JSON.stringify(response.data)); }) .catch(function (error) { console.log(error); });