Get asset detail
curl --request GET \
--url https://api.gizmo.antimlabs.com/v1/assets/{asset_id}{
"error": {
"code": "<string>",
"message": "<string>",
"status": 123
}
}Assets
Get asset detail
Retrieve a single asset by ID. Use include_record=true to get the full geometry, joints, and materials data.
GET
/
v1
/
assets
/
{asset_id}
Get asset detail
curl --request GET \
--url https://api.gizmo.antimlabs.com/v1/assets/{asset_id}{
"error": {
"code": "<string>",
"message": "<string>",
"status": 123
}
}Headers
Path Parameters
Query Parameters
Include the full asset record JSON from S3
Response
Successful Response
⌘I