Downloading Place file with API

Can place files be downloaded through Open Cloud? If so what endpoint do I need to use? I want to be able to download places as rbxl files.

Any help would be greatly appreciated.

place files can be retrieved like any other asset, and before AssetDelivery was locked you didnt even need auth

just use the opencloud assetdelivery endpoint with the place ID

Endpoint: https://assetdelivery.roblox.com/v1/asset/?id=<PlaceId>
AUTH: I am assuming that’s your Roblox cookie.

I don’t really know why would you need this, but that’s how Roblox Studio handles this.