GET
/
api
/
bot
/
evaluation
curl --request GET \
  --url https://backend.chatfly.co/api/bot/evaluation
{
  "is_strong_token": true,
  "is_strong_question_answer": true,
  "is_strong_rules": true
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

bot_id
string
required

Response

200
application/json
Successful Response

Bot Score Schema.

is_strong_token
boolean
default:
true

Flag indicating whether the bot has strong tokenization.

is_strong_question_answer
boolean
default:
true

Flag indicating whether the bot has strong question-answer capabilities.

is_strong_rules
boolean
default:
true

Flag indicating whether the bot adheres to strong rules.