ooo.bsky.authfetch.importRepo

lexicon.store

Documentation

Imports a hidden repository from a CAR file. Requires auth. Each block in the CAR file should be a CBOR-encoded record entry containing the collection, record key, strategy, and record value. Records are upserted — existing records with the same collection and rkey will be overwritten.

main procedure

Imports a hidden repository from a CAR file. Requires auth. Each block in the CAR file should be a CBOR-encoded record entry containing the collection, record key, strategy, and record value. Records are upserted — existing records with the same collection and rkey will be overwritten.

Input

Encodingapplication/vnd.ipld.car

Accepts raw binary data

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": {
    "encoding": "application/vnd.ipld.car"
  },
  "description": "Imports a hidden repository from a CAR file. Requires auth.\nEach block in the CAR file should be a CBOR-encoded record entry containing the collection, record key, strategy, and record value.\nRecords are upserted — existing records with the same collection and rkey will be overwritten."
}

Lexicon Garden

@