Back to catalog
Cortexa research tool·structure·ChEMBL
ChEMBL Get Molecule Image
Get molecular structure image (SVG or PNG format) for a molecule by ChEMBL ID. Returns the image URL and metadata.
Livelast probed 2026-04-30 23:07Z· 98msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 98ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"chembl_id": {
"description": "ChEMBL molecule ID (e.g., 'CHEMBL25'). To find a molecule ID, use ChEMBL_search_molecules with a molecule name.",
"type": "string"
},
"format": {
"default": "svg",
"description": "Image format",
"enum": [
"svg",
"png"
],
"type": "string"
}
},
"required": [
"chembl_id"
],
"type": "object"
}Examples (1)
Default ChEMBL Get Molecule Image call
public-safeinput
{
"chembl_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ChEMBL_get_molecule_image
- Tool name
- ChEMBL_get_molecule_image
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse