Log Scores
Create a log score
POST
Creates a new evaluation score for a specific log. This ensures that only one score exists per evaluator per log.
string
UUID of evaluator created in Keywords AI. Either this or
evaluator_slug must be provided.string
Custom string identifier for your evaluator. Either this or
evaluator_id must be provided.number
Optional numerical score value.
string
Optional string score value.
boolean
Optional boolean score value.
array
Optional categorical score value (array of strings). Use when evaluator’s
score_value_type is categorical.