Input
Encoding
application/jsonitems
array
Required
No description provided.
maxLength: 100 bytesOutput
Encoding
application/jsonitems
array
Required
No description provided.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"items"
],
"properties": {
"items": {
"type": "array",
"items": {
"ref": "#batchItem",
"type": "ref"
},
"maxLength": 100
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"items"
],
"properties": {
"items": {
"type": "array",
"items": {
"ref": "chat.bsky.convo.defs#messageView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
}
}