curl --request GET \
--url 'https://api.computer.stateset.app/api/v1/system/benchmarks' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
{
"as_of": "2026-08-31T14:22:05Z",
"window_days": 1,
"platform": {
"total_outcomes": 1,
"avg_outcome_usd": "string"
},
"by_sku": [
{
"type": "resolved_contact",
"avg_usd": "string",
"vs_bpo_avg_usd": "string",
"savings_pct": 1.5
}
]
}
Tenant-agnostic platform outcome benchmarks with BPO comparison
Public outcome benchmarks for Strategy §8.6. No auth required — the response is platform-wide, tenant-agnostic, and k-anonymized at the SKU level (SKUs below…
GET
/
api
/
v1
/
system
/
benchmarks
curl --request GET \
--url 'https://api.computer.stateset.app/api/v1/system/benchmarks' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
{
"as_of": "2026-08-31T14:22:05Z",
"window_days": 1,
"platform": {
"total_outcomes": 1,
"avg_outcome_usd": "string"
},
"by_sku": [
{
"type": "resolved_contact",
"avg_usd": "string",
"vs_bpo_avg_usd": "string",
"savings_pct": 1.5
}
]
}
Public outcome benchmarks for Strategy §8.6.
No auth required — the response is platform-wide, tenant-agnostic,
and k-anonymized at the SKU level (SKUs below
PUBLIC_BENCHMARK_MIN_OUTCOMES_PER_SKU are omitted).
Cached for 5 minutes so a public-facing marketing page can call this
on every render without thrashing the DB.
Response
PublicBenchmarksResponse
string (date-time)
required
integer
required
PublicSkuBenchmark[]
required
Status codes
| Code | Meaning |
|---|---|
200 | Successful Response |
curl --request GET \
--url 'https://api.computer.stateset.app/api/v1/system/benchmarks' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
{
"as_of": "2026-08-31T14:22:05Z",
"window_days": 1,
"platform": {
"total_outcomes": 1,
"avg_outcome_usd": "string"
},
"by_sku": [
{
"type": "resolved_contact",
"avg_usd": "string",
"vs_bpo_avg_usd": "string",
"savings_pct": 1.5
}
]
}
Last modified on August 31, 2026