ai.newnal.trustsquare.getSquaresByVideo

bezalel-newnal.bsky.social

Documentation

List Squares attached to a YouTube video.

main query

List Squares attached to a YouTube video.

Parameters

cursor string Optional

No description available.

limit integer Optional

No description available.

videoId string Required

No description available.

Output

Encodingapplication/json
cursor string Optional

No description available.

squares 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
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "squares"
      ],
      "properties": {
        "cursor": {
          "type": "string"
        },
        "squares": {
          "type": "array",
          "items": {
            "ref": "ai.newnal.trustsquare.defs#squareView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "videoId"
    ],
    "properties": {
      "limit": {
        "type": "integer",
        "default": 20,
        "maximum": 50,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      },
      "videoId": {
        "type": "string"
      }
    }
  },
  "description": "List Squares attached to a YouTube video."
}

Lexicon Garden

@