Skip to main content
POST
Load scene from JSON file

Body

application/json

Request body for POST /scene/save and POST /scene/load.

path
string
required

Filesystem path for the scene JSON.

Response

200 - application/json

Scene loaded from the given path.

ok
boolean
required
message
string | null