Sanity Pioneers: Get early access to betas, extra AI credits, and a direct line to the engineering team. Apply now

what's the difference between API CDN requests per month and api requests per month?

2 repliesLast updated: Nov 29, 2025

Looking at the pricing sheet - what's the difference between API CDN requests per month and api requests per month?
AI Update

Looking at Sanity's pricing, there's an important distinction between these two types of requests:

API CDN requests get content from Sanity's Content Delivery Network (CDN). The CDN stores a cached version of your content, which means:

API requests (non-CDN) query directly against Sanity's API on-demand. These are:

In practice, you control which one you use with the useCdn parameter in your Sanity client configuration. For most production websites, you'll want to use the CDN (useCdn: true) since it's faster and more cost-effective. You'd only use direct API requests when you need guaranteed real-time data or are making authenticated queries.

For example, the Growth Plan includes 5M API CDN requests but only 1M API requests per month in its increased quota add-on, showing how Sanity expects most traffic to go through the CDN.

You can read more about this in Sanity's API CDN documentation.

Show original thread
2 replies

Was this answer helpful?

Sanity – Build the way you think, not the way your CMS thinks

Sanity is the developer-first content operating system that gives you complete control. Schema-as-code, GROQ queries, and real-time APIs mean no more workarounds or waiting for deployments. Free to start, scale as you grow.

Related contributions