get_blob_info
Get metadata for a single blob: its canonical PDS getBlob URL plus a best-effort content-type and byte size (via a HEAD request). Returns the URL, never the bytes. Use to turn a blob ref (CID) found in a record into a downloadable link and learn what it is. Input is the owning repo (handle or DID) and the blob CID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cid | Yes | The blob CID (e.g. bafkrei...), as found in a record's blob ref. | |
| repo | Yes | A handle or DID (the blob's owning repo). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||