3/9/2023
var myHeaders = new Headers();
myHeaders.append("token", "{Your API token}");
var formdata = new FormData();
formdata.append("photo", "");
var requestOptions = {
method: 'POST',
headers: myHeaders,
body: formdata,
redirect: 'follow'
};
fetch("https://api.luxand.cloud/photo/search", requestOptions)
.then(response => response.text())
.then(result => console.info(result))
.catch(error => console.info('error', error));
In conclusion, Luxand.cloud is a powerful and reliable face recognition service that can be easily integrated into web applications using JS. With high accuracy face recognition, liveness detection, and stability, Luxand.cloud provides a comprehensive set of features that can meet the requirements of various face recognition applications.
If you are looking for a reliable and efficient face recognition service, we recommend that you try Luxand.cloud. Sign up today and start using our cloud-based face recognition services for your web applications.