> ## Documentation Index
> Fetch the complete documentation index at: https://hc.pillargtm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Scoring API

> Scoring engine configuration and profile management

# Scoring API

## Scoring Profile

```
GET /api/settings/scoring-profile
PUT /api/settings/scoring-profile
```

Manages the per-organization scoring profile including:

* ICP company fit tiers and segment weights
* ICP persona rules and title tiers
* Behavioral, demographic, and engagement scoring weights
* MQL qualification triggers
* ICP firmographic criteria
* Pipeline and forecast settings

## Calibration

```
GET /api/calibration
POST /api/calibration
```

The calibration endpoint allows admins to:

* View current scoring weights and thresholds
* Adjust category weights across all 8 scoring categories
* Override individual rule weights
* Test score impact with sample accounts

## Score Decomposition

Scores returned by the engine include full decomposition:

| Field            | Description                           |
| ---------------- | ------------------------------------- |
| Composite Score  | Overall 0-100 score                   |
| Category Scores  | Per-category scores with weights      |
| Rule Results     | Individual rule results with scores   |
| Rules Evaluated  | Total rules run                       |
| Rules Triggered  | Rules that fired threshold conditions |
| Computation Time | Processing duration                   |
| Model Version    | Engine version                        |
| Computed At      | ISO timestamp                         |

> Detailed API response schemas and calibration parameters are available in the PILLAR Implementation Guide provided to active customers.
