FaceMine - AI/ML Photo Face Detection
收藏RapidAPI2026-03-24 更新2025-12-18 收录
下载链接:
https://rapidapi.com/jcentricity/api/facemine-ai-ml-photo-face-detection
下载链接
链接失效反馈官方服务:
资源简介:
Our FaceMine AI/ML face detection APIs allow you to quickly and accurately integrate face detection capabilities into your application with our powerful FaceMine RapidAPI endpoint.
Key Features:
High-Speed Processing: Detect faces in images and videos almost instantly, perfect for real-time applications.
Precise Coordinates: Receive the exact bounding box for every detected face, providing essential data for further processing.
Simple Output Format: The API returns a clean JSON object...
创建时间:
2026-03-24
原始信息汇总
FaceMine - AI/ML Photo Face Detection 数据集概述
基本信息
- 数据集/API名称: FaceMine - AI/ML Photo Face Detection
- 提供商: jcentricity
- 类别: Video, Images
- 访问地址: https://rapidapi.com/jcentricity/api/facemine-ai-ml-photo-face-detection
- 订阅模式: Freemium
- 订阅计划:
- BASIC: $0.00 / mo
- PRO: $49.99 / mo
- ULTRA: $199.99 / mo
- MEGA: $499.99 / mo
功能描述
该API提供快速、准确的人脸检测功能,可集成到应用程序中。
核心特性
- 高速处理: 近乎实时地检测图像中的人脸,适用于实时应用。
- 精确坐标: 为每个检测到的人脸提供精确的边界框坐标,为后续处理提供必要数据。
- 简单输出格式: API返回一个简洁的JSON对象,包含照片中每个检测到的人脸的x、y、width和height坐标。
技术细节
-
请求方法: POST
-
端点: https://facemine.rapidapi.com/api/faces/detect
-
当前版本: v1
-
数据提交格式: 图像必须以
multipart/form-data媒体类型提交,并包含file参数,其值格式为file:图像文件名(例如,文件名为face.jpg时,参数值为file:face.jpg)。 -
请求示例:
POST https://facemine.rapidapi.com/api/faces/detect HTTP/1.1 Accept-Encoding: gzip,deflate Content-Type: multipart/form-data; boundary="----=_Part_70_1758238557.1765985268226" MIME-Version: 1.0 Content-Length: 18075 Host: facemine.rapid.api.com Connection: Keep-Alive User-Agent: Apache-HttpClient/4.5.5 (Java/16.0.1)
-
响应示例(JSON): json [ { "x": 15, "y": 18, "width": 62, "height": 62 }, { "x": 104, "y": 16, "width": 66, "height": 66 } ]
提供商信息
- 订阅者数量: 1
- 资源链接:
- 产品网站: http://www.facemineapp.com
- 提供商关联应用: FaceMine照片标记和照片搜索Android应用,允许标记照片中的每张人脸,并支持通过标签在单人或多人照片中搜索照片。



