Export a single asset to MJCF/USD/SDF
curl --request POST \
--url https://api.gizmo.antimlabs.com/v1/assets/{asset_id}/export{
"error": {
"code": "<string>",
"message": "<string>",
"status": 123
}
}Assets
Export a single asset to MJCF/USD/SDF
Fetch one asset’s full record from storage, build a single-asset document (geometry + joints + materials preserved), and run the export. Returns a ZIP archive (application/zip). GLB is not offered here — it requires a live render; use the editor for GLB.
POST
/
v1
/
assets
/
{asset_id}
/
export
Export a single asset to MJCF/USD/SDF
curl --request POST \
--url https://api.gizmo.antimlabs.com/v1/assets/{asset_id}/export{
"error": {
"code": "<string>",
"message": "<string>",
"status": 123
}
}Headers
Path Parameters
Query Parameters
Export format: mjcf, usd, or sdf
Available options:
mjcf, usd, sdf Response
ZIP archive of the exported asset
⌘I