Storing Images on Cloudflare and POSTing them as a .zip file through a Worker?

Hello,

I am storing images on the Cloudflare Images service.

I need to combine them in a .zip file and POST them to a 3rd party API, and I plan on using the Cloudflare Workers to do that.

Do I need to host the .zip file on R2 or will I be able to generate an ephemeral .zip that exists until the HTTP POST is complete to the 3rd party API?

Thank you for your help!
Was this page helpful?