Submit a moderation report regarding an atproto account or record. Implemented by moderation services (with PDS proxying), and requires auth.
Input
application/jsonmodTool
ref#modTool
Optional
No description provided.
reason
string
Optional
Additional context about the content and violation.
maxLength: 20000 bytesmaxGraphemes: 2000 graphemesreasonType
refcom.atproto.moderation.defs#reasonType
Required
Indicates the broad category of violation the report is for.
subject
union
Required
No description provided.
Output
application/jsoncreatedAt
stringdatetime
Required
An RFC 3339 formatted timestamp.
id
integer
Required
No description provided.
reason
string
Optional
No description provided.
reasonType
refcom.atproto.moderation.defs#reasonType
Required
No description provided.
reportedBy
stringdid
Required
A decentralized identifier (DID).
subject
union
Required
No description provided.
Try It
Direct PDS XRPC methods (com.atproto.*) are disabled in Try It for security reasons.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"reasonType",
"subject"
],
"properties": {
"reason": {
"type": "string",
"maxLength": 20000,
"description": "Additional context about the content and violation.",
"maxGraphemes": 2000
},
"modTool": {
"ref": "#modTool",
"type": "ref"
},
"subject": {
"refs": [
"com.atproto.admin.defs#repoRef",
"com.atproto.repo.strongRef"
],
"type": "union"
},
"reasonType": {
"ref": "com.atproto.moderation.defs#reasonType",
"type": "ref",
"description": "Indicates the broad category of violation the report is for."
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"id",
"reasonType",
"subject",
"reportedBy",
"createdAt"
],
"properties": {
"id": {
"type": "integer"
},
"reason": {
"type": "string",
"maxLength": 20000,
"maxGraphemes": 2000
},
"subject": {
"refs": [
"com.atproto.admin.defs#repoRef",
"com.atproto.repo.strongRef"
],
"type": "union"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"reasonType": {
"ref": "com.atproto.moderation.defs#reasonType",
"type": "ref"
},
"reportedBy": {
"type": "string",
"format": "did"
}
}
},
"encoding": "application/json"
},
"description": "Submit a moderation report regarding an atproto account or record. Implemented by moderation services (with PDS proxying), and requires auth."
}