People Detection Endpoint

Cameralyze
Retail,Manufacturing,Security

AI-based People Detection Endpoint is a REST API that utilizes artificial intelligence algorithms to detect and locate people within an image or video. The endpoint processes the input data, analyzes it, and returns the coordinates of bounding boxes around the detected individuals.

These bounding boxes can then be used to crop and isolate each person for further analysis or processing. The API can be integrated into various applications, such as security systems, surveillance cameras, and crowd analysis tools. It can be used to automate the process of detecting and tracking people in real-time. It can also be used in applications such as person counting, face recognition, and posture analysis.

People Detection Endpoint is includes these steps:

  • Getting image file as a base64 string or URL.
  • Using the Human Detection models to detect coordinates.
  • Returning the result as a JSON format.

You can test the endpoint on the right side and see the result if it's suitable for your workflow.

Quick Run

Select File
Drag Files or Click to Browse
URL

How does it work?

API EndpointAPI Endpoint
Human DetectionHuman Detection
JSON ResponseJSON Response