---
title: "Create DSA report"
method: POST
path: "/reports/dsa"
tags: ["Reports"]
---

# Create DSA report

`POST /reports/dsa`

Creates a DSA complaint report with verified email for Digital Services Act compliance.

## Request body

- union
  - MessageDsaReportRequest
    - `ticket` string, required — Verification ticket obtained from email verification
    - `additional_info` string — Additional context or details about the report
    - `reporter_full_legal_name` string, required — Full legal name of the person filing the report
    - `reporter_country_of_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', required — EU country code of the reporter residence
    - `reporter_fluxer_tag` string — Fluxer tag of the reporter if they have an account
    - `report_type` 'message', required — Type of report
    - `category` 'harassment' | 'hate_speech' | 'violent_content' | 'spam' | 'nsfw_violation' | 'illegal_activity' | 'doxxing' | 'self_harm' | 'child_safety' | 'malicious_links' | 'impersonation' | 'other', required — Category of the message report
    - `message_link` string, required — Link to the message being reported
    - `reported_user_tag` string — Fluxer tag of the user who sent the message
  - UserDsaReportRequest
    - `ticket` string, required — Verification ticket obtained from email verification
    - `additional_info` string — Additional context or details about the report
    - `reporter_full_legal_name` string, required — Full legal name of the person filing the report
    - `reporter_country_of_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', required — EU country code of the reporter residence
    - `reporter_fluxer_tag` string — Fluxer tag of the reporter if they have an account
    - `report_type` 'user', required — Type of report
    - `category` 'harassment' | 'hate_speech' | 'spam_account' | 'impersonation' | 'underage_user' | 'inappropriate_profile' | 'other', required — Category of the user report
    - `user_id` string, snowflake
    - `user_tag` string — Fluxer tag of the user being reported
  - GuildDsaReportRequest
    - `ticket` string, required — Verification ticket obtained from email verification
    - `additional_info` string — Additional context or details about the report
    - `reporter_full_legal_name` string, required — Full legal name of the person filing the report
    - `reporter_country_of_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', required — EU country code of the reporter residence
    - `reporter_fluxer_tag` string — Fluxer tag of the reporter if they have an account
    - `report_type` 'guild', required — Type of report
    - `category` 'harassment' | 'hate_speech' | 'extremist_community' | 'illegal_activity' | 'child_safety' | 'raid_coordination' | 'spam' | 'malware_distribution' | 'other', required — Category of the guild report
    - `guild_id` string, snowflake, required
    - `invite_code` string — Invite code used to access the guild

## Response `200`

Success

- ReportResponse
  - `report_id` string, required — The unique identifier for this report
  - `status` string, required — Current status of the report (pending, reviewed, resolved)
  - `reported_at` string, required — ISO 8601 timestamp when the report was submitted

## Other responses

- `400` — Bad Request - The request was malformed or contained invalid data
- `429` — Too Many Requests - You are being rate limited
- `500` — Internal Server Error - An unexpected error occurred

---

[API](https://skmtc.dev/fluxer/apis/fluxer-api.md) · [All operations](https://skmtc.dev/fluxer/apis/fluxer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluxer/fluxer-api/revisions/d9c706133cc5/schema)
