app.thesocialwire.publication.resolvePublication

samclemente.me

Documentation

Resolve an AT URI, DID, handle, or URL to a publication.

main procedure

Resolve an AT URI, DID, handle, or URL to a publication.

Input

Encodingapplication/json
input string Required

No description available.

maxLength: 2048 bytes

Output

Encodingapplication/json

Errors

InvalidRequest
PublicationNotFound
UpstreamUnavailable
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://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "input"
      ],
      "properties": {
        "input": {
          "type": "string",
          "maxLength": 2048
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "InvalidRequest"
    },
    {
      "name": "PublicationNotFound"
    },
    {
      "name": "UpstreamUnavailable"
    }
  ],
  "output": {
    "schema": {
      "ref": "app.thesocialwire.defs#jsonObject",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "description": "Resolve an AT URI, DID, handle, or URL to a publication."
}

Lexicon Garden

@