REST API options when creating a new asset

I would like to define the location of a OBJ mesh model during the upload to Cesium ION using the REST API. Shall I pass the position while calling the POST method ? Ion REST API documentation – Cesium

Actually, where can I find the documentation on the options that can be used?

Hi @julesmorel ,

Please see the API docs for creating a new asset Ion REST API documentation – Cesium

Expand the options section and select which type of OBJ you are uploading from the dropdown menu (3D_CAPTURE, 3D_MODEL, BIM_CAD). Then you will see under options there is a position property.

Thanks,

Luke

Thank you for you prompt reply @Luke_McKinstry

I missed the dropdown menu

Regards