Face Detection

פרמיום
Verified
על ידי PresentID | מְעוּדכָּן a day ago | Visual Recognition
פּוֹפּוּלָרִיוּת

8.5 / 10

חֶבִיוֹן

1,224ms

רמת שירות

100%

Health Check

N/A

תקרא אותי

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
היכנס כדי לדרג את ה- API
דירוג: 5 - הצבעות: 1