BlobRef Type
A reference to an uploaded blob, as returned by com.atproto.repo.uploadBlob.
Contains both the raw JSON (for passing back to the API in embeds) and typed convenience fields.
Record fields
| Record Field |
Description
|
|
The raw JSON element for the blob object. Pass this directly in embed records.
|
Full Usage:
MimeType
Field type: string
|
The MIME type of the blob (e.g.,
|
The content-addressed link (CID) of the blob.
|
|
Full Usage:
Size
Field type: int64
|
The size of the blob in bytes.
|