Vehicle Make & Model Recognition API – From Images
收藏Vehicle Make & Model Recognition API – From Images 数据集概述
基本信息
- API名称:Vehicle Make & Model Recognition API – From Images
- 提供者:VinData
- 类别:Transportation
- 流行度:8.6
- 服务等级:100%
- 延迟:2621ms
- 当前版本:v1
功能概述
此API用于从图像URL或上传的图像中检测车辆的制造商、型号和视觉属性。输入图像,可获得结构化的车辆识别结果,包含置信度和明确的警告信息。
目标用户
适用场景
- 基于图像的车辆录入工作流
- 欺诈和列表验证系统
- 汽车数据丰富管道
- 从上传照片中筛选潜在客户
- 需要轻量级车辆识别的内部工具
不适用场景
- VIN解码或车辆历史报告
- 车主、注册或个人数据查询
- 保证从每张图像中都能识别
- 精细的装饰或选项解码
- 视频或实时摄像头流
端点
- 端点:
/vehicle/image - 方法:POST
- 功能:检测图像中是否存在车辆,并在可能时返回结构化的车辆识别信息。
返回数据
- 车辆制造商和型号(检测到时)
- 预估年份范围和代系
- 可见属性(车身类型、颜色、视角)
- 检测置信度分数
- 支持分类的视觉信号
- 针对未检测或模糊情况的警告
响应示例
成功检测示例
json { "meta": { "requestId": "884faedff48a3ad0fd61624e832c5475", "confidence": 0.85, "source": "image", "latencyMs": 3680 }, "vehicle": { "make": "McLaren", "model": "720S", "yearRange": "2017-2021", "generation": "2", "bodyType": "Coupe", "viewAngle": "three-quarter-front", "color": "orange" }, "signals": [ "sporty design", "low profile", "large air intakes", "rear spoiler", "wide tires" ], "warnings": [] }
未检测到车辆示例
json { "meta": { "requestId": "2a35db26261a7f063936f633f61e3d52", "confidence": 0.05, "source": "image", "latencyMs": 2829 }, "vehicle": { "make": null, "model": null, "yearRange": null, "generation": null, "bodyType": null, "viewAngle": null, "color": null }, "signals": [], "warnings": [ "No vehicle detected in image" ] }
验证与错误处理
- 如果未检测到车辆,车辆相关字段返回null。
- 置信度反映视觉确定性,而非正确性保证。
- 警告会解释未检测或低信号情况。
- 成功和失败情况下的响应模式保持一致。
订阅计划
- BASIC:$0.00 / 月
- PRO:$29.00 / 月
- ULTRA:$129.00 / 月
- MEGA:$399.00 / 月



