---
title: "Post Compute Batch"
method: POST
path: "/compute-batch"
---

# Post Compute Batch

`POST /compute-batch`

Compute many (region, selections) combinations in one request. Returns a
per-item list of {region, result|null, error|null} so a single failing
region is reported inline rather than failing the whole call.

## Request body

- ComputeBatchRequest
  - `items` ComputeBatchItem[]
    - `region` string — Which served region to compute. Discover the set with /v1/regions.
    - `selections` object
    - `cell_filter` string[], nullable
  - `summary_only` boolean

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/humanbaselines/apis/human-crash-baselines-api.md) · [All operations](https://skmtc.dev/humanbaselines/apis/human-crash-baselines-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humanbaselines/human-crash-baselines-api/revisions/204314331993/schema)
