Face Detection

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

8.3 / 10

지연 시간

1,194ms

서비스 수준

100%

Health Check

N/A

README

Python Quick Start

  import requests

  api_url = 'https://face-recognition4.p.rapidapi.com/FaceDetection'
  api_key = 'Your API Key'

  image_path = 'Image directory path'
  image_name = 'Image name'

  files = {'Photo': (image_name, open(image_path + image_name, 'rb'), 'multipart/form-data')}
  header = {
      "x-rapidapi-host": "face-recognition4.p.rapidapi.com",
      "x-rapidapi-key": api_key
      }
  response = requests.post(api_url, files=files, headers=header)
팔로워: 49
자원:
제품 웹사이트
API 생성자 :
Rapid account: Present ID
PresentID
PresentID
Rate API에 로그인
등급: 5 - 투표: 1