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
Output
Encoding
application/jsoncursor
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.
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."
}