[ Web Proxy ]
URL:
Viewing: https://developers.cloudflare.com/security-center/investigate/change-categorization/ [Back]  [Original]

Change categorization Cloudflare Security Center docsSkip to content
SearchCtrlKLog in
  1. Home
  2. /Security Center
  3. /Investigate
  4. /Change categorization

Change categorization

Last updated Apr 16, 2026Copy as MarkdownView as MarkdownAgent setup
OverviewVia the Cloudflare dashboardVia Cloudflare RadarVia the API

Cloudflare sorts domains into categories based on their content and security type. You can request categorization changes via the dashboard, Cloudflare Radar, or the API.

For a detailed list of categories, refer to Domain categories.

Via the Cloudflare dashboard

To request a categorization change via the Cloudflare dashboard:

  1. In the Cloudflare dashboard, go to the Investigate page.

    Go to Investigate ↗
  2. Search for the domain you want to change.

  3. In Domain overview, select Request to change categorization.

  4. Choose whether to change a security category or a content category.

  5. Choose which categories you want to add or remove from the domain.

    Content category limit

    A domain cannot have more than two associated content categories. To propose changes to categories of a domain with more than two existing categories, remove one or more of the existing categories.

  6. Select Submit to submit your request for review.

Requesting a security category change will trigger a deeper investigation by Cloudflare to confirm that the submission is valid. Requesting a content category change also requires Cloudflare validation, but the turnaround time for these submissions is usually shorter as it requires less investigation.

Your category change requests will be revised by the Cloudflare team depending on the type of change. If your requests have been reviewed and applied by the Cloudflare team, the new categories will be visible in the Cloudflare dashboard in Security Center > Investigate, as well as in Cloudflare Radar .

Caution

Cloudflare does not guarantee the category change will be approved.

Via Cloudflare Radar

To request recategorization via Cloudflare Radar, submit feedback in Radar Domain Categorization .

Via the API

To request a categorization change via the API:

  1. Create an API token with permission to edit your Intel account.

    Permissions
    Account Intel Edit
    Account Resources
    Include All accounts
  2. Make a call to the miscategorization endpoint including the domain name and any categories you would like to add or remove. For example:

    curl https://api.cloudflare.com/client/v4/accounts/{account_id}/intel/miscategorization \
    --header "Authorization: Bearer <API_TOKEN>" \
    --header "Content-Type: application/json" \
    --data '{
      "content_adds": [
        82
      ],
      "content_removes": [
        155
      ],
      "indicator_type": "domain",
      "ip": null,
      "security_adds": [
        117,
        131
      ],
      "security_removes": [
        83
      ],
      "url": "example.com"
    }'
PreviousInvestigate threatsNextScan limits

Was this helpful?

YesNo
Edit pageReport issue
[]

Web Proxy Viewer  |  New URL  |  Original Page