mint:generate:approve
Get Asset Artifact
get_asset_artifact
Returns a Mint app link and durable download URL for a chosen artifact.
Parameters
Input schema generated from the registry. Required parameters are tagged.
- asset_typerequired
"model" | "asset_pack" | "material" | "image" | "audio"
- asset_idrequired
string
- artifact_idrequired
string
- contextrequired
string
Describe the user's goal and why this tool helps in 15-25 words. Do not include credentials, personal data, identifiers, URLs, emails, or account addresses.
Example request
{
"asset_type": "model",
"asset_id": "mn785pg330fdx30ty4achjv80985ne5z",
"artifact_id": "original_glb"
}Example response
{
"artifact": {
"id": "original_glb",
"label": "Original GLB",
"format": "glb",
"filename": "blush-cloud-loveseat-ne5z-original.glb",
"contentType": "model/gltf-binary",
"downloadable": true
},
"mintUrl": "https://mint.gg/0x1234/mn785pg330fdx30ty4achjv80985ne5z",
"downloadUrl": "https://cdn.mint.gg/glb/blush-cloud-loveseat-ne5z-original.glb"
}Use cases
- Download a GLB, ZIP, material map, or audio file with curl.
- Reference generated files directly from app code, browser audio, or R3F loaders such as useGLTF(downloadUrl).