GET /image/{molecule_chembl_id}

ac.uk:chembl-api

Summary: Get molecule image
Operation ID: getMoleculeImage
Auth: unknown
Description

Returns a 2D image of the molecule structure.

Parameters (3)

dimensions (string, query, optional, default: 500x500)

Image dimensions (width x height)

format (string, query, optional, default: png)

Image format

Constraints: {'enum': ['png', 'svg']}

molecule_chembl_id (string, path, required)

ChEMBL ID of the molecule

Constraints: {'pattern': 'CHEMBL[0-9]+'}

Examples (1)

TitleTypeURLAction
Get molecule PNG image probe-gate https://www.ebi.ac.uk/chembl/api/data/image/CHEMBL25

No probe data for this endpoint yet.