SE
Seldon External API
/aggregate
Aggregate
Aggregate
liveunknown~3s typical
internalseldon
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-seldon-local-wrapper /aggregate for me.
Input
| Field | Type | Description |
|---|---|---|
| body* | string | 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-seldon-local-wrapper","endpoint":"/aggregate","input":{"body":"..."}}'cli
npx cracked-ai run -p oa-seldon-local-wrapper -e /aggregate -i '{"body":"..."}'mcp
run_tool({ provider: "oa-seldon-local-wrapper", endpoint: "/aggregate", input: {"body":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.