clear, review, or hit) plus an aggregate summary. Each item is screened with the same fail-CLOSED staleness and partial-coverage downgrade as POST /screen. Billing: each item counts as one billable screen (N items = N screens). Fail-CLOSED: if no sanctions list is loaded the whole batch returns 503 (never a per-item false clear).x-api-key: ********************{
"items": [
{
"name": "string",
"country": "string",
"dob": "string",
"nationality": "string",
"id": "string"
}
],
"threshold_hit": 0.9,
"threshold_review": 0.7,
"as_of": "string"
}curl --location 'https://sugra.ai/api/v1/entity/screen/batch' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"items": [
{
"name": "string",
"country": "string",
"dob": "string",
"nationality": "string",
"id": "string"
}
],
"threshold_hit": 0.9,
"threshold_review": 0.7,
"as_of": "string"
}'null