Find labels relevant to the provided AT-URI patterns. Public endpoint for moderation services, though may return different or additional results with auth.
Parameters
Output
Encoding
application/jsonerror
array
Optional
No description available.
labels
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": [
"labels"
],
"properties": {
"error": {
"type": "array",
"items": {
"ref": "#error",
"type": "ref"
}
},
"labels": {
"type": "array",
"items": {
"ref": "com.atproto.label.defs#label",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"s",
"l"
],
"properties": {
"l": {
"type": "array",
"items": {
"type": "string",
"format": "did"
},
"description": "List of label sources (labeler DIDs) to filter on."
},
"s": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of label subjects (strings)."
},
"strict": {
"type": "boolean",
"description": "If true then any errors will throw the entire query"
}
}
},
"description": "Find labels relevant to the provided AT-URI patterns. Public endpoint for moderation services, though may return different or additional results with auth."
}