app.didpic.admin.rescanSubject

lexicons.didpic.app

Documentation

Re-scan an image.

main procedure

Re-scan an image.

Input

Encodingapplication/json
kind string Required

No description available.

subjectDid stringdid Required

A decentralized identifier (DID).

subjectImageCid stringcid Required

A content identifier (CID) referencing immutable data.

subjectUri stringat-uri Optional

Required for kind=post|comment; absent for profile media.

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://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "kind",
        "subjectDid",
        "subjectImageCid"
      ],
      "properties": {
        "kind": {
          "enum": [
            "post",
            "comment",
            "avatar",
            "banner"
          ],
          "type": "string"
        },
        "subjectDid": {
          "type": "string",
          "format": "did"
        },
        "subjectUri": {
          "type": "string",
          "format": "at-uri",
          "description": "Required for kind=post|comment; absent for profile media."
        },
        "subjectImageCid": {
          "type": "string",
          "format": "cid"
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "properties": {}
    },
    "encoding": "application/json"
  },
  "description": "Re-scan an image."
}

Lexicon Garden

@