Face Detection

FREEMIUM
Verified
От PresentID | Обновлено 14 days ago | Visual Recognition
Популярность

8.5 / 10

Задержка

1,198ms

Уровень обслуживания

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