以图搜图接口
接口(POST):/api/image/search
请求参数(form-data):
{
"limit": 20, //限制返回数量
"file": (binary)
}
返回(json):
{
"code": 200,
"info": [
{
"distance": 14.32137393951416, //差异系数,越小越相似
"image_path": "/static/images/2025-08-20/416291da-7db7-11f0-bfdf-e6eba293e60d.jpg", //图片
"md5": "996270ff7860e65110f6652f1ceabe18",
"milvus_id": 460242204212098050
}
],
"message": "上传成功"
}