Need Help To Connect Nucleus Server In Local Through Api (Headless)

Hi
can any help me ,

i have hosted my nucleus server in ionos server and i am able to connect in omniverse launcher in nucleus tab.

but if i want to connect nucleus server in my Rest api then how can i connect
i want to access my nucleus server in my api and read my project folder and insert files in it.

so can someone suggest me an documentation for this , i want detailed docs for this. or else give me some proper steps to do it.

i simply want to access nucleus folder in my api.

1 Like

I am facing the same issue.

Any help would be appreciated. Thanks.

1 Like

Thanks for your inquiry. Let me find out this is possible.

Unfortunately, There is no REST api for nucleus. Client library is the interface available which is c and python.

okay @Richard3D
thanks for your reply

and can you share me document link or document for client library in python. so i will look into that.
and please if possible then give me detail steps to integrate how i connect to it.
i am using nucleus enterprise which is running in docker in ionos server.

i read the document but i did not get it how i install and use omni.client library so please give me detailed steps please.

and i check for omni.client but i am able to use this only with python.sh file inside kit folder

but let say i don’t want to install omniverse launcher then that’s possible to use omni.client

there is no package with pip also.

please help me in this.

omni.client is not available in a pip install package. It’s available through Kit
Omniverse Client Library — Omniverse Client Library 2.47.1 documentation (nvidia.com)

or through the connect sample here.

GitHub - NVIDIA-Omniverse/connect-samples: Samples for the Omniverse Connect SDK that demonstrate consistent and correct USD authoring

okay

but i am using ionos server without gui right so for authentication it is trying to open web browser
can we authenticate through code i check attributes but i did not get any relatable attribute of omni.client?

Yes, you can absolutely do this.
API Tokens — Omniverse Nucleus latest documentation (nvidia.com)

finally working thanks

Great to hear

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.