Submits a report about a message to moderators for content violation review.
curl --request POST \
--url https://api.fluxer.app/v1/reports/message \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"channel_id": "<string>",
"message_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 message report
harassment, hate_speech, violent_content, spam, nsfw_violation, illegal_activity, doxxing, self_harm, child_safety, malicious_links, impersonation, other Additional context or details about the report
curl --request POST \
--url https://api.fluxer.app/v1/reports/message \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"channel_id": "<string>",
"message_id": "<string>",
"category": "harassment",
"additional_info": "<string>"
}
'{
"report_id": "<string>",
"status": "<string>",
"reported_at": "<string>"
}