Looking for a product/solution

Hi,

I have an API which hits around 300 million requests a month. Most of these are cached through cloudflare but I am looking for a product which does the description below.

The endpoint is api.example.com/profile/{uuid}

The flow goes like this

  • If {uuid} has a profile display their profile
  • If not, display a default profile
Now - Ideally I'm basically looking for a cloudflare solution for "Display the default UNLESS its in this list/cache/something"

I thought workers and KV/R2 but 300 million a month is around $100? Any suggestions appreciated.
Was this page helpful?