Discussions
Get Face Detection
3 days ago by souravksolidappmaker
I am using get face detection api as follows
const url = 'https://api.d-id.com/images/face-detection';
const options = {
method: 'POST',
headers: {
accept: 'application/json',
'content-type': 'application/json',
authorization: 'Basic YzJKemRXNXBiR0pvWVhScFlUbEFaMjFoYVd3dVkyOXQ6QVJFMS0zTDFLNG1zU292MDVLd05I'
},
body: JSON.stringify({
source_url: 'https://happco-corporate-test.s3.us-east-2.amazonaws.com/create-images/sourav.JPEG'
})
};
but now it says "invalid image, not in create images bucket " what do i need to do it.