Create AI evaluation
POST
https://api.coralogix.com/mgmt/openapi/5/ai/evaluations/v3Creates a new AI evaluation for an application.
Authorizations
Authorizationrequired
API key authentication
The value is a Coralogix API key. Create a personal or team API key and assign its permissions.
Request
Body
application/json
Request to create a new AI evaluation.
application#string
Name of the AI application this evaluation belongs to.
Possible values: non-empty and <= 256 characters, Value must match regular expression ^[\s\S]+$
Type-specific configuration (oneof).
isEnabled#boolean
Whether the evaluation should start active.
subsystem#string
Subsystem within the application.
Possible values: non-empty and <= 256 characters, Value must match regular expression ^[\s\S]+$
target#EvaluationTarget
What the evaluation runs against: PROMPT, RESPONSE, or CONVERSATION.
Possible values: [PROMPT, RESPONSE, CONVERSATION]
threshold#double
Score threshold. Must be between 0.0 and 1.0 inclusive.
Possible values: >= 0 and <= 1
Response
application/json
Response returned after creating an AI evaluation.
The newly created AI evaluation.