app.bivri.feed.getArtwork

lexicons.bivri.app

Documentation

main query

No description available.

Parameters

uri string at-uri Required

AT-URI of the artwork record

Output

Encodingapplication/json
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 artwork record
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "ref": "app.bivri.feed.defs#artworkView",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "uri"
    ],
    "properties": {
      "uri": {
        "type": "string",
        "format": "at-uri",
        "description": "AT-URI of the artwork record"
      }
    }
  }
}

Lexicon Garden

@