Skip to main content
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

authorization
string | null
x-gizmo-service-token
string | null
x-gizmo-user-id
string | null
x-gizmo-convex-user-id
string | null

Path Parameters

asset_id
string
required

Query Parameters

format
enum<string>
required

Export format: mjcf, usd, or sdf

Available options:
mjcf,
usd,
sdf

Response

ZIP archive of the exported asset