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

                                                
API Name: Face Landmark Calculations
Request Method: POST
Request End:

/api/v1/FaceLandmark

Request Body:

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