覆盖算法 API、边缘硬件与大模型平台,满足企业全场景 AI 需求
基于深度学习的AI视觉算法,支持 API 调用与 SDK 集成,可快速接入您的业务系统
REQUEST
POST /v1/algo/face-detect
Authorization: Bearer YOUR_API_KEY
{
"image_url": "https://...",
"detect_mode": "accurate",
"max_faces": 10,
"return_attributes": [
"age", "gender", "emotion"
]
}
RESPONSE
{
"code": 0,
"faces": [{
"face_id": "abc123",
"confidence": 0.997,
"bbox": [120, 80, 200, 200],
"attributes": {
"age": 28,
"gender": "male",
"emotion": "happy"
}
}]
}
迅鸽智能自研AI智能硬件,内置主流视觉算法,支持离线独立部署与云端协同