app.standard-reader.resolveUrl

standard-reader.app

Documentation

Match a web page URL to an indexed standard.site article or publication.

main query

Match a web page URL to an indexed standard.site article or publication.

Parameters

did string did Optional

A decentralized identifier (DID).

url string uri Optional

A valid URI.

urls array of string Optional

No description available.

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
A decentralized identifier (DID).
A valid URI.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "refs": [
        "app.standard-reader.defs#resolveViewArticle",
        "app.standard-reader.defs#resolveViewPublication",
        "app.standard-reader.defs#resolveViewReaderLink",
        "app.standard-reader.defs#resolveViewUnknown"
      ],
      "type": "union"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [],
    "properties": {
      "did": {
        "type": "string",
        "format": "did"
      },
      "url": {
        "type": "string",
        "format": "uri"
      },
      "urls": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "uri"
        }
      }
    }
  },
  "description": "Match a web page URL to an indexed standard.site article or publication."
}

Lexicon Garden

@