UnifyAPI
← Back to catalog

pubchem.structure_lookup

mock data$0.001 / call

Structure Lookup

Look up a compound by name or identifier and get its chemical structure representations — SMILES (isomeric + canonical), InChI, InChIKey, molecular formula, and molecular weight. Convert between chemical identifier formats (PubChem / NCBI)

Science & Researchprovider: Pubchem#pubchem#science

Input schema

namerequired

Compound name or identifier (e.g. "caffeine", "50-78-2") — returns SMILES, InChI, InChIKey, formula

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/pubchem.structure_lookup \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"name":"<name>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.