Is it possible to download 3D tiles (that I did not upload) via REST API?

Is it possible to download 3D tiles that I did not upload? My idea is this: Send coordinates (boundbox) in a REST API call and in return Cesium sends me 3D Tiles (preferably glTF) for those coordinates.

For example, I send 4 sets of coordinates and cesium returns me glTF for the area that befalls within this set of coordinates? And all this happens via a REST API call?

edit: I suppose I am looking at clipping. Even though the internet says I can use Cesium World Terrain, does it include the whole earth? Can I send it 4 coordinates (east, west, north, south) of a place within Badlands National Park and I’ll get offline data (glTF) for it via a REST API call?

Hi,

Cesium World Terrain does include the entire globe. Using the asset archive/clipping API it is possible to combine Cesium World Terrain with Sentinel 2 imagery to clip an area of the world. Please note that clipping has restrictions in terms of the area and what assets can be to be clipped.