What is the difference between cesium API and Cesium ion

Hello Support,

I have a question in my mind. What is the difference between Cesium API and Cesium ion. I can see the both APIs.

I wanted to know, What exactly is the difference ?

Can I develop using Cesium ion API also? Then what happened if I develop using Cesium API?

Regards,

Tharak.

I’m assuming you’re asking about the REST API here https://cesium.com/docs/rest-api/ ?

Cesium ion is the platform where you can upload, tile and host 3D data. You can do this either through the browser interface, by clicking and dragging to upload your data and selecting the tiling options, or you can do this programmatically using the REST API, either to automate it or to integrate it as part of your application.

Does that make sense? As an example, this is how the 3D Tiles FME plugin works (https://www.safe.com/integrate/cesium-3d-tiles/). Instead of having to manually take your data and upload it to Cesium ion, FME can use the REST API to upload it to your account automatically at the click of a button.