Authorization: Bearer ********************
{
"image_url": "https://1250948203.rsc.cdn77.org/images/4435c59e-7fae-4a7c-acc2-9fbf56878acb.jpg"
}
curl --location --request POST 'https://api.changeface.io/api/v1/face-detection' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_url": "https://1250948203.rsc.cdn77.org/images/4435c59e-7fae-4a7c-acc2-9fbf56878acb.jpg"
}'
{
"faces": [
{
"position": [
{
"x": 258,
"y": 70
},
{
"x": 566,
"y": 70
},
{
"x": 566,
"y": 428
},
{
"x": 258,
"y": 428
}
]
},
{
"position": [
{
"x": 139,
"y": 373
},
{
"x": 354,
"y": 373
},
{
"x": 354,
"y": 623
},
{
"x": 139,
"y": 623
}
]
}
]
}