---
title: "Bot Evaluation Strong"
method: GET
path: "/api/bot/evaluation"
tags: ["Bot"]
---

# Bot Evaluation Strong

`GET /api/bot/evaluation`

Get strong evaluation information for the bot.

## Query parameters

- `bot_id` string, uuid, required

## Response `200`

Successful Response

- BotStrongSchema — Bot Score Schema.
  - `is_strong_token` boolean — Flag indicating whether the bot has strong tokenization.
  - `is_strong_question_answer` boolean — Flag indicating whether the bot has strong question-answer capabilities.
  - `is_strong_rules` boolean — Flag indicating whether the bot adheres to strong rules.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/chat-fly/apis/chatfly-backend-application.md) · [All operations](https://skmtc.net/chat-fly/apis/chatfly-backend-application/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chat-fly/chatfly-backend-application/versions/cbb37496f138/schema)
