← Back to catalog
chem.names
mock data$0.001 / callChemical Synonyms & Names
Get all known names, synonyms, CAS numbers, and registry IDs for a chemical compound. Input any identifier (name, CAS, SMILES, InChIKey) and get the full list of aliases. Useful for finding alternative names, trade names, and cross-references (NCI CACTUS)
Input schema
limit
integerMaximum number of names/synonyms to return (1-100). Default: 20
identifierrequired
stringChemical identifier to look up synonyms for — compound name, CAS number, SMILES, or InChIKey (e.g. "aspirin", "50-78-2")
Call via REST
curl -X POST https://unifyapi.pro/api/call/chem.names \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":20,"identifier":"<identifier>"}'