Back to catalog
Cortexa research tool·structure·biomodels_tools
BioModels Download Model
Download a specific file from a BioModels entry or get the download URL for the entire model as a COMBINE archive. Returns download URL and file metadata. Use this to access model files for simulation software (COPASI, CellDesigner, etc.). Specify filename parameter to download a specific file, or omit to get the COMBINE archive containing all files. Find model IDs using biomodels_search.
Livelast probed 2026-04-30 23:07Z· 116msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 116ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"filename": {
"description": "Optional specific filename to download. If not provided, returns COMBINE archive with all files. Use BioModels_list_files to see available filenames.",
"type": "string"
},
"model_id": {
"description": "BioModels identifier (e.g., 'BIOMD0000000469'). Find IDs using biomodels_search.",
"type": "string"
}
},
"required": [
"model_id"
],
"type": "object"
}Examples (1)
Default BioModels Download Model call
public-safeinput
{
"model_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_BioModels_download_model
- Tool name
- BioModels_download_model
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse