---
title: "Execute char-count evaluator"
method: POST
path: "/v2/evaluators/char-count/execute"
tags: ["evaluators"]
---

# Execute char-count evaluator

`POST /v2/evaluators/char-count/execute`

Count the number of characters in text

**Request Body:**
- `input.text` (string, required): The text to count characters in

## Request body

- RequestCharCountRequest
  - `input` RequestCharCountInput, required
    - `text` string, required

## Response `200`

OK

- ResponseCharCountResponse
  - `char_count` integer

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/traceloop/apis/traceloop-api.md) · [All operations](https://skmtc.net/traceloop/apis/traceloop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traceloop/traceloop-api/versions/9c12a04a5947/schema)
