← Back to catalog
pubchem.compound_properties
mock data$0.001 / callCompound 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)
Input schema
cidrequired
integerPubChem Compound ID (CID) — get from compound_search results
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}'