Face Verification

부분 유료
Verified
분류별 PresentID | 업데이트됨 8日前 | Visual Recognition
인기

9.5 / 10

지연 시간

2,597ms

서비스 수준

99%

Health Check

N/A

모든 토론으로 돌아가기

Upload Image64

Rapid account: Tofunmi 015
tofunmi015
3年前

i am getting this error message when sending my imagebase64 file to the api

{“statusCode”:452,“statusMessage”:“Upload Image File”,“hasError”:true}

what can i do?

Rapid account: Sandeep 01 Kr
sandeep01kr Commented 2年前

Hi
I am getting same error
this is sample code
imageData and strimage both have base64 sring

const settings = {
“async”: true,
“crossDomain”: true,
“url”: “https://face-verification2.p.rapidapi.com/faceverification”,
“method”: “POST”,
“headers”: {
“content-type”: “application/x-www-form-urlencoded”,
“x-rapidapi-host”: “face-verification2.p.rapidapi.com”,
“x-rapidapi-key”: “xyz”
},
“data”: {
“image1Base64”: imageData,
“image2Base64”: strImage
}
};

$.ajax(settings).done(function (response) {alert(1)
console.log(response);
});

Rapid account: Present ID
PresentID Commented 3年前

Are you sure you call the correct endpoint?
please give us your sample request!

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입