UnifyAPI
← Back to catalog

pubchem.bioassay_summary

mock data$0.001 / call

Bioassay Summary

Get bioactivity assay results for a compound — active/inactive counts, tested targets, assay types. Shows how the compound performed in biological tests across thousands of assays (PubChem / NCBI)

Science & Researchprovider: Pubchem#pubchem#science

Input schema

cidrequired

PubChem Compound ID (CID) — returns bioactivity assay results (active/inactive counts, targets)

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/pubchem.bioassay_summary \
  -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.