Can you deploy a Next.JS to CloudFlare Pages thats using both SSR and static SSG?

From what I can find out from the docs, CloudFlare offers two routes to deploy Next.Js, either full-stack or static. For our requirements we have 80% of the pages will be static but 20% will require some API and real-time dynamic content and both would need to be on the same domain / routes.

Could anyone help and confirm if it's possible to deploy on static and use workers for the APi/Dynamic pages on the same deployment?
Was this page helpful?
Can you deploy a Next.JS to CloudFlare Pages thats using both SSR and static SSG? - Cloudflare Developers