Create Evaluation
Runs an evaluation on the provided content using the specified evaluator
Authentication
x-api-keystring
API key for authentication
OR
AuthorizationBearer
Bearer token authentication
Path parameters
id
The ID or key of the evaluator
Request
This endpoint expects an object.
content
Text to evaluate, an array of strings, or chat messages.
frequency_penalty
confidence_threshold
model
presence_penalty
reasoning_effort
verbosity
temperature
top_p
variables
Flat string key/value pairs substituted into {key} placeholders in the evaluator prompt. Reserved keys (options, option_descriptions, criteria) cannot be overridden. Not persisted; omitted from the response.
Response
Evaluation result
result
Errors
403
Forbidden Error
422
Unprocessable Entity Error
500
Internal Server Error
503
Service Unavailable Error