Enroll AT Protocol authors or Skyreader feed URLs for projection.
Input
Encoding
application/jsonauthorDids
array
Optional
No description available.
maxLength: 1000 itemsfeedUrls
array
Optional
No description available.
maxLength: 1000 itemsOutput
Encoding
application/jsonindexed
integer
Required
No description available.
Errors
InvalidRequest
UpstreamUnavailable
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",
"properties": {
"feedUrls": {
"type": "array",
"items": {
"type": "string",
"format": "uri"
},
"maxLength": 1000
},
"authorDids": {
"type": "array",
"items": {
"type": "string",
"format": "did"
},
"maxLength": 1000
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "InvalidRequest"
},
{
"name": "UpstreamUnavailable"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"indexed"
],
"properties": {
"indexed": {
"type": "integer",
"minimum": 0
}
}
},
"encoding": "application/json"
},
"description": "Enroll AT Protocol authors or Skyreader feed URLs for projection."
}