{ "opencollection": "1.0.0", "info": { "name": "Bluesky Application API (app.bsky) actor sync API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "sync", "type": "folder" }, "items": [ { "info": { "name": "Get Repo", "type": "http" }, "http": { "method": "GET", "url": "https://public.api.bsky.app/xrpc/com.atproto.sync.getRepo", "params": [ { "name": "did", "value": "", "type": "query", "description": "The DID of the repo." }, { "name": "since", "value": "", "type": "query", "description": "The revision (''rev'') of the repo to create a diff from." } ] }, "docs": "Download a repository export as CAR file. Optionally only a subset of commits. Does not require auth; implemented by PDS." }, { "info": { "name": "Get Blob", "type": "http" }, "http": { "method": "GET", "url": "https://public.api.bsky.app/xrpc/com.atproto.sync.getBlob", "params": [ { "name": "did", "value": "", "type": "query", "description": "The DID of the account." }, { "name": "cid", "value": "", "type": "query", "description": "The CID of the blob to fetch." } ] }, "docs": "Get a blob associated with a given account. Does not require auth." }, { "info": { "name": "List Repos", "type": "http" }, "http": { "method": "GET", "url": "https://public.api.bsky.app/xrpc/com.atproto.sync.listRepos", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" } ] }, "docs": "Enumerates all the DID, rev, and CID triples for all repos hosted by this service." } ] } ], "bundled": true }