Delx Categorical Distribution is a paid API for AI agents from api.delx.ai, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-13).
Builds a bounded frequency distribution (counts and proportions) for an array of categorical values, returning deterministic JSON analytics.
Build a bounded frequency distribution for categorical values. Use it as a bounded preflight or analysis step inside an enterprise agent workflow before data, policy, integration, security, or commercial decisions reach production. Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, memory-only, and has no paid upstream or input retention. Results are advisory; the caller remains responsible for authorization and product…
Returns deterministic machine-readable JSON containing frequency counts for each unique category and their relative proportions (frequencies as fractions or percentages), suitable for downstream decision logic in agent workflows.
POSThttps://api.delx.ai/api/v1/x402/categorical-distributionChoose this endpoint when you need a fast, stateless, deterministic categorical frequency distribution computation at very low cost ($0.003 USDC) with no data retention, as a preflight or analysis step before data, policy, or commercial decisions. Prefer it over general-purpose analytics tools when you need a lightweight, privacy-safe local computation with no upstream data sharing.
| Field | Type | Description |
|---|---|---|
| values | array | Input field: values. |
{
"type": "json",
"example": {
"count": 3,
"schema": "delx/util-categorical-distribution/v1",
"truncated": false,
"categories": [
{
"count": 2,
"value": "ready",
"percent": 66.6667
},
{
"count": 1,
"value": "failed",
"percent": 33.3333
}
],
"unique_count": 2
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"