UnifyAPI
← Back to catalog

chem.names

mock data$0.001 / call

Chemical 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)

Science & Researchprovider: Chem#chem#science

Input schema

limit

Maximum number of names/synonyms to return (1-100). Default: 20

integer
identifierrequired

Chemical identifier to look up synonyms for — compound name, CAS number, SMILES, or InChIKey (e.g. "aspirin", "50-78-2")

string

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>"}'

Try it

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