place.stream.live.getProfileCard

did:web:iame.li

Documentation

Get an OG image associated with a given account.

main query

Get an OG image associated with a given account.

Parameters

id string Required

The DID or handle of the account.

Output

Encoding*/*

Errors

RepoNotFound
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
The DID or handle of the account.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "RepoNotFound",
      "description": null
    }
  ],
  "output": {
    "schema": null,
    "encoding": "*/*"
  },
  "parameters": {
    "type": "params",
    "required": [
      "id"
    ],
    "properties": {
      "id": {
        "type": "string",
        "description": "The DID or handle of the account."
      }
    }
  },
  "description": "Get an OG image associated with a given account."
}

Lexicon Garden

@