文档中心
API调试

功能描述

车辆合格证识别

请求URL

https://api.textin.com/robot/v1.0/api/vehicle_inspection_certificate

HTTP请求方法

HTTP POST

请求头说明(Request Header)

请在HTTP请求中添加以下自定义Header。

header 名
x-ti-app-id 请登录后前往 “工作台-账号设置-开发者信息” 查看 x-ti-app-id
x-ti-secret-code 请登录后前往 “工作台-账号设置-开发者信息” 查看 x-ti-secret-code

请求体说明(Request Body)

Content-Type: application/octet-stream

要上传的图片,目前支持jpg, png, bmp, pdf, tiff, 单帧gif等大部分格式.

请注意,请求体的数据格式为文件的二进制流,非 FormData 或其他格式。文件大小不超过 10M,图像宽高须介于 20 和 10000(像素)之间。

响应体说明(Response Data)

Content-Type: application/json

JSON结构说明如下:

字段名 类型 描述
code integer 错误码,详见“错误码说明”
message string

错误信息

result object
+ type string

当前接口类型

  • vehicle_certificate:车辆合格证
+ rotated_image_width integer

正方向时图片的宽

+ rotated_image_height integer

正方向时图片高

+ image_angle integer

图片角度,指原图需要经过顺时针旋转多少度,才能得到正方向的图片

+ item_list array

图片OCR识别结果(item_list返回格式)

   ++ key string

车辆合格证识别

  • 类型:type
  • 合格证编号:vehicle_certification_no
  • 发证日期:vehicle_certification_issue_date
  • 车辆制造企业名称:vehicle_certification_manufacturer
  • 车辆品牌:vehicle_certification_vehicle_brand
  • 车辆名称:vehicle_certification_vehicle_type
  • 车辆型号:vehicle_certification_model_number
  • 车辆识别代号/车架号:vehicle_certification_model_vin
  • 车身颜色:vehicle_certification_color
  • 底盘型号:vehicle_certification_chassis_models
  • 底盘ID:vehicle_certification_chassis_id
  • 底盘合格证编号:vehicle_certification_chassis_certificate_no
  • 发动机型号:vehicle_certification_engine_type
  • 发动机号:vehicle_certification_engine_number
  • 燃料种类:vehicle_certification_fuel_type
  • 排量:vehicle_certification_displacement
  • 功率:vehicle_certification_power
  • 排放标准:vehicle_certification_effluent_standard
  • 油耗:vehicle_certification_fuel_consumption
  • 外廓尺寸:vehicle_certification_online_size
  • 外廓尺寸一:vehicle_certification_online_size_one
  • 外廓尺寸二:vehicle_certification_online_size_two
  • 外廓尺寸三:vehicle_certification_online_size_three
  • 内部尺寸:vehicle_certification_internal_size
  • 内部尺寸一:vehicle_certification_internal_size_one
  • 内部尺寸二:vehicle_certification_internal_size_two
  • 内部尺寸三:vehicle_certification_internal_size_three
  • 弹簧片数:vehicle_certification_steel_spring_number
  • 轮胎数:vehicle_certification_sire_number
  • 轮胎规格:vehicle_certification_tire_param
  • 后轮轮距:vehicle_certification_wheel_tread_rear
  • 前轮轮距:vehicle_certification_wheel_tread_front
  • 轴距:vehicle_certification_wheel_base
  • 轴荷:vehicle_certification_axle_load
  • 轴数:vehicle_certification_axle_number
  • 转向形式:vehicle_certification_steering_mode
  • 总质量:vehicle_certification_total_mass
  • 整备质量:vehicle_certification_curb_weight
  • 额定载质量:vehicle_certification_mass_rated
  • 载质量利用系数:vehicle_certification_carrying_utilization_factor
  • 牵引总质量:vehicle_certification_traction_mass
  • 半挂车鞍座最大允许总质量:vehicle_certification_half_trailer_saddle_max_mass
  • 驾驶室准乘人数:vehicle_certification_passengers
  • 额定载客:vehicle_certification_seating_capacity
  • 最高设计车速:vehicle_certification_maximum_speed
  • 车辆制造日期:vehicle_certification_manufacte_date
  • 备注:vehicle_certification_notes
  • 车辆制造企业信息:vehicle_certification_manufacturer_information
  • 车辆制造企业其他信息:vehicle_certification_manufacturer_other_information
  • 二维码:vehicle_certification_qr
   ++ value string

结构化结果字段的值

   ++ description string

结构化结果字段描述

   ++ position array

识别的value在原图中的坐标是个长度为8的数组 [0,1,2,3,4,5,6,7]

  • (0, 1) 左上角坐标
  • (2, 3) 右上角坐标
  • (4, 5) 右下角坐标
  • (6, 7) 左下角坐标

item_list 中识别字段的说明

类型 type
合格证编号 vehicle_certification_no
发证日期 vehicle_certification_issue_date
车辆制造企业名称 vehicle_certification_manufacturer
车辆品牌 vehicle_certification_vehicle_brand
车辆名称 vehicle_certification_vehicle_type
车辆型号 vehicle_certification_model_number
车辆识别代号/车架号 vehicle_certification_model_vin
车身颜色 vehicle_certification_color
底盘型号 vehicle_certification_chassis_models
底盘ID vehicle_certification_chassis_id
底盘合格证编号 vehicle_certification_chassis_certificate_no
发动机型号 vehicle_certification_engine_type
发动机号 vehicle_certification_engine_number
燃料种类 vehicle_certification_fuel_type
排量 vehicle_certification_displacement
功率 vehicle_certification_power
排放标准 vehicle_certification_effluent_standard
油耗 vehicle_certification_fuel_consumption
外廓尺寸 vehicle_certification_online_size
外廓尺寸一 vehicle_certification_online_size_one
外廓尺寸二 vehicle_certification_online_size_two
外廓尺寸三 vehicle_certification_online_size_three
内部尺寸 vehicle_certification_internal_size
内部尺寸一 vehicle_certification_internal_size_one
内部尺寸二 vehicle_certification_internal_size_two
内部尺寸三 vehicle_certification_internal_size_three
弹簧片数 vehicle_certification_steel_spring_number
轮胎数 vehicle_certification_sire_number
轮胎规格 vehicle_certification_tire_param
后轮轮距 vehicle_certification_wheel_tread_rear
前轮轮距 vehicle_certification_wheel_tread_front
轴距 vehicle_certification_wheel_base
轴荷 vehicle_certification_axle_load
轴数 vehicle_certification_axle_number
转向形式 vehicle_certification_steering_mode
总质量 vehicle_certification_total_mass
整备质量 vehicle_certification_curb_weight
额定载质量 vehicle_certification_mass_rated
载质量利用系数 vehicle_certification_carrying_utilization_factor
牵引总质量 vehicle_certification_traction_mass
半挂车鞍座最大允许总质量 vehicle_certification_half_trailer_saddle_max_mass
驾驶室准乘人数 vehicle_certification_passengers
额定载客 vehicle_certification_seating_capacity
最高设计车速 vehicle_certification_maximum_speed
车辆制造日期 vehicle_certification_manufacte_date
备注 vehicle_certification_notes
车辆制造企业信息 vehicle_certification_manufacturer_information
车辆制造企业其他信息 vehicle_certification_manufacturer_other_information
二维码 vehicle_certification_qr

JSON结构示例

{
    "code": 200,
    "message": "success",
    "result": {
        "type": "vehicle_certificate",
        "rotated_image_width": 1184,
        "rotated_image_height": 817,
        "image_angle": 270,
        "item_list": [
            {
                "key": "type",
                "value": "中国机动车出厂合格证",
                "description": "类型",
                "position": [
                    1,2,3,4,5,6,7,8
                ]
            }
        ]
    }
}

错误码说明

错误码 描述
40101 x-ti-app-id 或 x-ti-secret-code 为空
40102 x-ti-app-id 或 x-ti-secret-code 无效,验证失败
40103 客户端IP不在白名单
40003 余额不足,请充值后再使用
40004 参数错误,请查看技术文档,检查传参
40007 机器人不存在或未发布
40008 机器人未开通,请至市场开通后重试
40301 图片类型不支持
40302 上传文件大小不符,文件大小不超过 10M
40303 文件类型不支持
40304 图片尺寸不符,图像宽高须介于 20 和 10000(像素)之间
40305 识别文件未上传
30203 基础服务故障,请稍后重试
500 服务器内部错误
官方社群
体验中心

联系我们