---
title: "Score a custom feature vector"
method: POST
path: "/v1/classifier/score"
tags: ["Classifier"]
---

# Score a custom feature vector

`POST /v1/classifier/score`

Third-party tools with their own probe data can score against Voidly's classifier. Body: {features: {anomaly_rate, measurement_count, spike_magnitude, day_of_week, month, is_weekend, rate_count_interaction, probe_block_rate, probe_node_count, probe_avg_confidence, probe_agreement, rate_spike_interaction, high_evidence}} matching the 13-feature v3.1 schema.

## Request body

- object
  - `features` object

## Response `200`

Score for the supplied feature vector

---

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