Search API Reference

POSTSearch

POST /api/search/v1
Headers:
  Authorization: Bearer <YOUR_API_KEY>
  Content-Type: multipart/form-data

Body:
thumbnail: Image file (required)

Response:

[
  {
    "thumbnail_url": "https://...", // thumbnail url
    "biz_id": "your_business_id",   // id for the image in your business when you upload the image
    "tags": ["cat", "table", "person"], // tags for the image
    "score": 0.45141, // similarity score
  },
  ...
]