v1

latestOpenAPI 3.1.02026-07-266827131.9 KB

Search Public Videos by Image

post/serve/api/v1/search_public_similar_images

Response

Successful response

codestring
msgstring
successboolean
failedboolean

Example response

{
  "code": "0000",
  "msg": "success",
  "data": [
    {
      "videoNo": "PI-600947902470296459",
      "videoName": "Sample public video title",
      "startTime": "79",
      "endTime": "82",
      "score": 0.8631,
      "video_bucket": "mavi-public-video",
      "video_blob": "<scraper-id>.mp4",
      "keyframe_bucket": "mavi-public-keyframe",
      "keyframe_blob": "<uuid>/keyframe-000079.jpg"
    },
    {
      "videoNo": "PI-600947902470296460",
      "videoName": "Another public video",
      "startTime": "32",
      "endTime": "35",
      "score": 0.8712,
      "video_bucket": "mavi-public-video",
      "video_blob": "<scraper-id2>.mp4",
      "keyframe_bucket": "mavi-public-keyframe",
      "keyframe_blob": "<uuid2>/keyframe-000032.jpg"
    }
  ],
  "success": true,
  "failed": false
}