Ideaconsult Enanomapper
Connector for the ideaconsult-enanomapper API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.ideaconsult.net/enanomapper - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getinvestigationresults— GET /enm/{db}/investigation — Details of multiple studiessearchbyidentifier— GET /enm/{db}/query/compound/{term}/{representation} — Exact chemical structure searchsearchbysimilarity— GET /enm/{db}/query/similarity — Exact similarity searchsearchbysmarts— GET /enm/{db}/query/smarts — Substructure searchgetendpointsummary— GET /enm/{db}/query/study — Search endpoint summarygetsubstances— GET /enm/{db}/substance — List substances
Inputs
apiKey— your ideaconsult-enanomapper API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getinvestigationresults
apiKey: <your key>