Skip to content

A-Soul-Database/PhotoSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhotoSearch

图像匹配,搜索
Run Daily Check
Under developed For asdb 2.0, Core and Auto

图片.png

更新周期: crontab 0 21 * * * By Github Actions

Api

Asdb Photo Search Api 现已开放,地址 https://apihk.asdb.live/photo/api

  • 搜索图片
POST /v1/search

Require
{
  "b64":"data:image/png;base64,iVB.......="
}

Response
{
  "BV1eq4y1G7EU-1,3426.0":"Confidences: 0.78",
  "BV1eq4y1G7EU-1,3430.0":"Confidences: 0.72
}
  • 最新更新时间
GET /v1/LastUpdate
{"code":0,"msg":"ok","data":{"last_update":0}}
  • 解析BiliBili播放地址
GET /v1/ParseVideo

Require
Url ?bv= p=

Response
{"code":0,"msg":"ok","data":{"Play_Url":"https://upos-sz-mirr.....0000","Title":"【A-SOUL】乃琳 2022.01.05 您的一周年礼物到啦!点击查收~【直播录像】"}}

请勿滥用