Toolzz Docs home page
Search...
⌘K
Support
Home
Home
Search...
Navigation
Score
Create a score
Documentation
Toolzz AI
Toolzz LMS
Toolzz Chat
Toolzz Bots
Toolzz Connect
Toolzz AI
Introduction
Planos
ChatService
Toolzz Analytics
Introduction
DatasetItems
DatasetRunItems
Datasets
Health
Traces
Session
Projects
Prompt
Metrics
Media
Score
GET
Get a list of scores
GET
Get a score
POST
Create a score
DEL
Delete a score
ScoreConfig
Models
Observations
Comments
Kratos
200
Copy
{
"id"
:
"<string>"
}
Score
Create a score
Endpoint to Create a score on toolzz analytics
POST
/
api
/
public
/
scores
Try it
200
Copy
{
"id"
:
"<string>"
}
Show Request
id
string
required
Unique identifier for the score.
traceId
string
required
Trace ID associated with the score.
name
string
required
Name of the score (e.g., “novelty”).
value
integer
required
Value of the score.
observationId
string
required
Observation ID associated with the score.
comment
string
required
Comment associated with the score.
dataType
string
required
Type of data (e.g., NUMERIC, BOOLEAN, CATEGORICAL).
configId
string
required
Config ID associated with the score.
Response Description
Below you will see the description of the get a list score response
id
string
required
Unique identifier.
Code Response
Exemples of Response Code
200
Request Successful Response
400
Request Failure
Get a score
Delete a score
Assistant
Responses are generated using AI and may contain mistakes.