v1

latestOpenAPI 3.0.0MIT (code only)2026-07-1783284693.9 KB
Comm-Links
Search

Comm-Link Reverse Image Similar Search

Find Comm-Link images similar to an existing RSI-hosted image.

get/api/comm-link-images/{image}/similar

Path parameters

imageinteger required
Example:44216

Internal database ID of the image

Query parameters

similarityinteger
Example:80

Similarity threshold percentage (1-100). Defaults to 50.

Response

List of similar Comm-Link images

Example response

{
  "data": [
    {
      "name": "Starshipbridge.jpg",
      "rsi_url": "/media/bluo97w6u7n1ur/source/Starshipbridge.jpg",
      "size": 1504015,
      "mime_type": "image/jpeg"
    }
  ]
}