Get scene detail
curl --request GET \
--url https://api.gizmo.antimlabs.com/v1/scenes/{scene_id}{
"error": {
"code": "<string>",
"message": "<string>",
"status": 123
}
}Scenes
Get scene detail
Retrieve a single scene by ID, optionally including the full scene graph (3D geometry, joints, materials) from S3.
GET
/
v1
/
scenes
/
{scene_id}
Get scene detail
curl --request GET \
--url https://api.gizmo.antimlabs.com/v1/scenes/{scene_id}{
"error": {
"code": "<string>",
"message": "<string>",
"status": 123
}
}Headers
Path Parameters
Query Parameters
Include the full scene graph JSON from S3
Response
Successful Response
⌘I