Publishing point cloud to cesium ion through API

1. A concise explanation of the problem you’re experiencing.

Is there any API to publish point cloud format data to cesium ion. If possible please let me know the way to do it.

2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

4. The Cesium version you’re using, your operating system and browser.

1. A concise explanation of the problem you’re experiencing.

I s

2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

4. The Cesium version you’re using, your operating system and browser.

Yes there is! Check out the REST API tutorial here:

https://cesium.com/docs/tutorials/rest-api/

It walks you through publishing a model with the API but a point cloud works the same way.

Thanks omar…