Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3917/scene/load \ --header 'Content-Type: application/json' \ --data ' { "path": "<string>" } '
{ "ok": true, "message": "<string>" }
load scene from JSON file
Request body for POST /scene/save and POST /scene/load.
POST /scene/save
POST /scene/load
Filesystem path for the scene JSON.
Scene loaded from the given path.