---
title: Content Type Dimension for AI Bots in Cloudflare Radar
description: New content type dimension showing distribution of content types returned to AI crawlers
image: https://developers.cloudflare.com/changelog-preview.png
---

[Skip to content](#%5Ftop) 

# Changelog

New updates and improvements at Cloudflare.

[ Subscribe to RSS ](https://developers.cloudflare.com/changelog/rss/index.xml) [ View RSS feeds ](https://developers.cloudflare.com/fundamentals/new-features/available-rss-feeds/) 

![hero image](https://developers.cloudflare.com/_astro/hero.CVYJHPAd_26AMqX.svg) 

[ ← Back to all posts ](https://developers.cloudflare.com/changelog/) 

## Content Type Dimension for AI Bots in Cloudflare Radar

Feb 12, 2026 

[ Radar ](https://developers.cloudflare.com/radar/) 

[**Radar**](https://developers.cloudflare.com/radar/) now includes content type insights for AI bot and crawler traffic. The new `content_type` dimension and filter shows the distribution of content types returned to AI crawlers, grouped by MIME type category.

The content type dimension and filter are available via the following API endpoints:

* [/ai/bots/summary/content\_type](https://developers.cloudflare.com/api/resources/radar/subresources/ai/subresources/bots/methods/summary%5Fv2/)
* [/ai/bots/timeseries\_groups/content\_type](https://developers.cloudflare.com/api/resources/radar/subresources/ai/subresources/bots/methods/timeseries%5Fgroups/)

Content type categories:

* **HTML** \- Web pages (`text/html`)
* **Images** \- All image formats (`image/*`)
* **JSON** \- JSON data and API responses (`application/json`, `*+json`)
* **JavaScript** \- Scripts (`application/javascript`, `text/javascript`)
* **CSS** \- Stylesheets (`text/css`)
* **Plain Text** \- Unformatted text (`text/plain`)
* **Fonts** \- Web fonts (`font/*`, `application/font-*`)
* **XML** \- XML documents and feeds (`text/xml`, `application/xml`, `application/rss+xml`, `application/atom+xml`)
* **YAML** \- Configuration files (`text/yaml`, `application/yaml`)
* **Video** \- Video content and streaming (`video/*`, `application/ogg`, `*mpegurl`)
* **Audio** \- Audio content (`audio/*`)
* **Markdown** \- Markdown documents (`text/markdown`)
* **Documents** \- PDFs, Office documents, ePub, CSV (`application/pdf`, `application/msword`, `text/csv`)
* **Binary** \- Executables, archives, WebAssembly (`application/octet-stream`, `application/zip`, `application/wasm`)
* **Serialization** \- Binary API formats (`application/protobuf`, `application/grpc`, `application/msgpack`)
* **Other** \- All other content types

Additionally, individual [bot information pages ↗](https://radar.cloudflare.com/bots/directory/gptbot) now display content type distribution for AI crawlers that exist in both the Verified Bots and AI Bots datasets.

![Screenshot of the Content Type Distribution chart on the AI Insights page](https://developers.cloudflare.com/_astro/ai-bots-content-type.B7xP9p4S_Z2oYyEM.webp) 

Check out the [AI Insights page ↗](https://radar.cloudflare.com/ai-insights#content-type) to explore the data.