Submits a report about a guild to moderators for policy violation review.
curl --request POST \
--url https://api.fluxer.app/v1/reports/guild \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"guild_id": "<string>",
"category": "harassment",
"additional_info": "<string>"
}
'{
"report_id": "<string>",
"status": "<string>",
"reported_at": "<string>"
}Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.
Category of the guild report
harassment, hate_speech, extremist_community, illegal_activity, child_safety, raid_coordination, spam, malware_distribution, other Additional context or details about the report
curl --request POST \
--url https://api.fluxer.app/v1/reports/guild \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"guild_id": "<string>",
"category": "harassment",
"additional_info": "<string>"
}
'{
"report_id": "<string>",
"status": "<string>",
"reported_at": "<string>"
}