I have been going through many online resources on cesium ion, cesium js etc.
I understand that one common workflow is to upload data into cesium ion and then access it using cesium js based application.
Is it possible to access data in cesium ion using custom rest API? For eg, I want to provide a rest endpoint to my clients to access lidar data. Endpoint would accept a bounding box from clients and would respond with the point clouds data within that bounding box.