com.suibari.nagi.getLinkMetadata

suibari.com

Documentation

main query

No description available.

Parameters

fallback boolean Optional

No description available.

url string uri Required

A valid URI.

Output

Encodingapplication/json
description string Optional

No description available.

image stringuri Optional

A valid URI.

title string Required

No description available.

uri stringuri Required

A valid URI.

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 valid URI.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "uri",
        "title"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "uri"
        },
        "image": {
          "type": "string",
          "format": "uri"
        },
        "title": {
          "type": "string"
        },
        "description": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "url"
    ],
    "properties": {
      "url": {
        "type": "string",
        "format": "uri",
        "maxLength": 2048
      },
      "fallback": {
        "type": "boolean",
        "default": false
      }
    }
  }
}

Lexicon Garden

@