SkyBiometry Face Detection and Recognition

무료
분류별 skybiometry | 업데이트됨 לפני חודשיים | Media
인기

7.6 / 10

지연 시간

2,320ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

SkyBiometry API: send an image saved on hard disk

Rapid account: Diegofedele Zuf G Ul B Zq Y
diegofedele-zufGUlBZqY
לפני 3 שנים

I’m trying to send a photo saved on my pc through the SkyBiometry API but it says “error_message: MISSING_ARGUMENTS - access_token is missing” and I don’t know how to fix it. Can you help me??
this is the code I used:
auth_headers = {
‘api_key’: ‘my_api_key’,
‘api_secret’: ‘my_api_secret’,
‘Content-Type’: ‘application/json’
}

url = ‘http://api.skybiometry.com/fc/faces/detect

files = {‘source’: open(r"C:\Users\Diego\OneDrive\Desktop\API\img\happy.png", “rb”)

    }

data = {‘timeout’: 60

    }

response = requests.post(url, files=files, data=data, headers=auth_headers)

print(response.json())

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

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