blue.catbird.circle.reportRecord

catbird.blue

Documentation

Report a record in a Circle Space

main procedure

Report a record in a Circle Space

Input

Encodingapplication/json
details string Optional

No description available.

maxLength: 500 bytes
reason string Required

No description available.

space stringspace-ref Required

No description available.

uri stringat-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

Output

Encodingapplication/json
id string Required

Canonical lowercase hyphenated RFC 4122 UUID.

Errors

AuthRequired
AccessRemoved
UnsupportedPDS
ProtocolRevisionMismatch
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": [
        "space",
        "uri",
        "reason"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "space": {
          "type": "string",
          "format": "space-ref"
        },
        "reason": {
          "enum": [
            "spam",
            "abuse",
            "other"
          ],
          "type": "string"
        },
        "details": {
          "type": "string",
          "maxLength": 500
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "AuthRequired"
    },
    {
      "name": "AccessRemoved"
    },
    {
      "name": "UnsupportedPDS"
    },
    {
      "name": "ProtocolRevisionMismatch"
    },
    {
      "name": "UpstreamUnavailable"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "id"
      ],
      "properties": {
        "id": {
          "type": "string",
          "maxLength": 36,
          "minLength": 36,
          "description": "Canonical lowercase hyphenated RFC 4122 UUID."
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Report a record in a Circle Space"
}

Lexicon Garden

@