Face Detection

फ्रीमियम
Verified
द्वारा PresentID | अपडेट किया गया לפני 4 ימים | Visual Recognition
लोकप्रियता

8.6 / 10

लेटेंसी

849ms

सेवा का स्तर

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