No description available.
Parameters
Output
Encoding
application/jsonboxes
array
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"boxes"
],
"properties": {
"boxes": {
"type": "array",
"items": {
"ref": "ooo.bsky.hidden.box",
"type": "ref"
},
"maxLength": 50,
"minLength": 1
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"uris"
],
"properties": {
"uris": {
"type": "array",
"items": {
"type": "string",
"format": "uri"
},
"maxLength": 50,
"minLength": 1
}
}
}
}