Back to catalog
Cortexa research tool·structure·pubchem
PubChem Get Compound 2D Image By CID
Get 2D structure image (PNG format) of compound by CID.
Livelast probed 2026-04-30 23:07Z· 102msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 102ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"cid": {
"description": "Compound ID to get image for, e.g., 2244.",
"type": "integer"
},
"image_size": {
"default": "200x200",
"description": "Optional parameter, image size, like \"200x200\" (default).",
"type": "string"
}
},
"required": [
"cid",
"image_size"
],
"type": "object"
}Examples (1)
Default PubChem Get Compound 2D Image By CID call
public-safeinput
{
"cid": 1,
"image_size": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_PubChem_get_compound_2D_image_by_CID
- Tool name
- PubChem_get_compound_2D_image_by_CID
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse