CD
CROssBAR Data API
/targets
Get ChEMBL targets
Get ChEMBL targets
liveunknown~3s typical
targetscrossbar
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-ebi-ac-uk /targets for me.
Input
| Field | Type | Description |
|---|---|---|
| accession | array | accession default null |
| limit | integer | limit default 10 |
| page | integer | page default 0 |
| targetIds | array | targetIds 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":"/targets","input":{"accession":[],"limit":10,"page":0,"targetIds":[]}}'cli
npx cracked-ai run -p oa-ebi-ac-uk -e /targets -i '{"accession":[],"limit":10,"page":0,"targetIds":[]}'mcp
run_tool({ provider: "oa-ebi-ac-uk", endpoint: "/targets", input: {"accession":[],"limit":10,"page":0,"targetIds":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.