Face Detection

免费增值
Verified
通过 PresentID | 已更新 7 hours ago | Visual Recognition
人气

8.5 / 10

延迟

1,224ms

服务等级

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
登录并给 API 打分
打分:5 - 投票:1