is.currents.feed.getRelatedSaves

currents.is

Documentation

Return saves visually similar to the given save, based on its visual-identity embedding. Auth is optional; if provided, viewer-specific state is included.

main query

Return saves visually similar to the given save, based on its visual-identity embedding. Auth is optional; if provided, viewer-specific state is included.

Parameters

cursor string Optional

No description available.

limit integer Optional

No description available.

uri string at-uri Required

AT-URI of the source save.

Output

Encodingapplication/json
cursor string Optional

No description available.

saves array Required

No description available.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
AT-URI of the source save.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "saves"
      ],
      "properties": {
        "saves": {
          "type": "array",
          "items": {
            "ref": "is.currents.feed.defs#saveView",
            "type": "ref"
          }
        },
        "cursor": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "uri"
    ],
    "properties": {
      "uri": {
        "type": "string",
        "format": "at-uri",
        "description": "AT-URI of the source save."
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      }
    }
  },
  "description": "Return saves visually similar to the given save, based on its visual-identity embedding. Auth is optional; if provided, viewer-specific state is included."
}

Lexicon Garden

@