ooo.bsky.hds.createRecord

bsky.ooo

Documentation

main procedure

No description available.

Input

Encodingapplication/json
collection stringnsid Required

A namespaced identifier (e.g., app.bsky.feed.post).

gateUri stringuri Required

A valid URI.

record unknown Required

No description available.

repo stringat-identifier Required

Either a DID or an AT Protocol handle.

rkey stringrecord-key Optional

A valid record key for AT Protocol repositories.

validate boolean Optional

No description available.

Output

Encodingapplication/json
cid stringcid Required

A content identifier (CID) referencing immutable data.

uri stringuri Required

A valid URI.

validationStatus string Required

No description available.

Errors

AlreadyExists
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": [
        "repo",
        "collection",
        "gateUri",
        "record"
      ],
      "properties": {
        "repo": {
          "type": "string",
          "format": "at-identifier"
        },
        "rkey": {
          "type": "string",
          "format": "record-key"
        },
        "record": {
          "type": "unknown"
        },
        "gateUri": {
          "type": "string",
          "format": "uri"
        },
        "validate": {
          "type": "boolean"
        },
        "collection": {
          "type": "string",
          "format": "nsid"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "AlreadyExists"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "uri",
        "cid",
        "validationStatus"
      ],
      "properties": {
        "cid": {
          "type": "string",
          "format": "cid"
        },
        "uri": {
          "type": "string",
          "format": "uri"
        },
        "validationStatus": {
          "enum": [
            "valid",
            "unknown"
          ],
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  }
}

Lexicon Garden

@