CROssBAR Data API
CD
CROssBAR Data API
/assays

Get ChEMBL assays

Get ChEMBL assays

liveunknown~3s typical
assayscrossbar
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-ebi-ac-uk /assays for me.

Input

FieldTypeDescription
assayChemblIdarrayassayChemblId default null
assayOrgarrayassayOrg default null
assayTypearrayassayType default null
limitintegerlimit default 10
pageintegerpage default 0
targetChemblIdarraytargetChemblId default null

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"oa-ebi-ac-uk","endpoint":"/assays","input":{"assayChemblId":[],"assayOrg":[],"assayType":[],"limit":10,"page":0,"targetChemblId":[]}}'
cli
npx cracked-ai run -p oa-ebi-ac-uk -e /assays -i '{"assayChemblId":[],"assayOrg":[],"assayType":[],"limit":10,"page":0,"targetChemblId":[]}'
mcp
run_tool({ provider: "oa-ebi-ac-uk", endpoint: "/assays", input: {"assayChemblId":[],"assayOrg":[],"assayType":[],"limit":10,"page":0,"targetChemblId":[]} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.