Suggestions for response caching

if you use getStaticProp ( https://nextjs.org/docs/basic-features/data-fetching#when-should-i-use-getstaticprops ) it will fetch the content only at build time effectively hitting our API only then. Then you can trigger a new build to invalidate the cache and generate a new build. What are you doing?