---
title: "Score Input Chips"
method: POST
path: "/conv/chip_score"
tags: ["conversational"]
---

# Score Input Chips

`POST /conv/chip_score`

Score trip-start input chips through the conversational brain.

## Headers

- `authorization` string, nullable

## Request body

- ChipScoreRequest
  - `text` string, required
  - `history` ChipScoreHistoryMessage[]
    - `role` 'user' | 'assistant', required
    - `content` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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