|  PixLab  &  FACEIO  |  Knowledge Sharing & Public Forums


Troubleshooting FaceIO API 404 Error on faceverify Endpoint

Asked
Modified
Viewed 24649 times
2

Hello,

What am I doing wrong here?

curl -X POST https://api.faceio.net/faceverify \
-H "Content-Type: application/json" \
-d '{
"key": "apiKey",
"src": "<base64-of-img1>",
"target": "<base64-of-img2>"
}'
{"status":404,"error":"No such API endpoint: 'faceverify'"}%


Accepted Solution

17

Hello,