UnifyAPI
← Back to catalog

pubchem.compound_properties

mock data$0.001 / call

Compound Properties

Get full physical and chemical properties for a compound by PubChem CID — molecular formula, weight, SMILES, InChI, InChIKey, XLogP, H-bond donors/acceptors, exact mass, topological polar surface area, complexity, charge, heavy atom count (PubChem / NCBI)

Science & Researchprovider: Pubchem#pubchem#science

Input schema

cidrequired

PubChem Compound ID (CID) — get from compound_search results

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/pubchem.compound_properties \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"cid":0}'

Try it

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