Definitions related to blob management in ATP services. ("Blobs" are unstructured data such as images or videos.)
{
"lexicon": 1,
"id": "com.atproto.blob.upload",
"defs": {
"main": {
"type": "procedure",
"description": "Upload a new blob to be added to repo in a later request.",
"input": {
"encoding": "*/*"
},
"output": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": [
"cid"
],
"properties": {
"cid": {
"type": "string"
}
}
}
}
}
}
}
The AT Protocol will launch soon.
Join the waitlist to try the beta before it's publicly available.