Creates a DSA complaint report with verified email for Digital Services Act compliance.
curl --request POST \
--url https://api.fluxer.app/v1/reports/dsa \
--header 'Content-Type: application/json' \
--data '
{
"ticket": "<string>",
"reporter_full_legal_name": "<string>",
"reporter_country_of_residence": "AT",
"report_type": "message",
"category": "harassment",
"message_link": "<string>",
"additional_info": "<string>",
"reporter_fluxer_tag": "<string>",
"reported_user_tag": "<string>"
}
'{
"report_id": "<string>",
"status": "<string>",
"reported_at": "<string>"
}Verification ticket obtained from email verification
Full legal name of the person filing the report
EU country code of the reporter residence
AT, BE, BG, HR, CY, CZ, DK, EE, FI, FR, DE, GR, HU, IE, IT, LV, LT, LU, MT, NL, PL, PT, RO, SK, SI, ES, SE Type of report
message Category of the message report
harassment, hate_speech, violent_content, spam, nsfw_violation, illegal_activity, doxxing, self_harm, child_safety, malicious_links, impersonation, other Link to the message being reported
Additional context or details about the report
Fluxer tag of the reporter if they have an account
3 - 37Fluxer tag of the user who sent the message
3 - 37curl --request POST \
--url https://api.fluxer.app/v1/reports/dsa \
--header 'Content-Type: application/json' \
--data '
{
"ticket": "<string>",
"reporter_full_legal_name": "<string>",
"reporter_country_of_residence": "AT",
"report_type": "message",
"category": "harassment",
"message_link": "<string>",
"additional_info": "<string>",
"reporter_fluxer_tag": "<string>",
"reported_user_tag": "<string>"
}
'{
"report_id": "<string>",
"status": "<string>",
"reported_at": "<string>"
}