Skip to main content
POST
Create New Evaluator

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request body for creating an evaluator

name
string
required

Name of the evaluator

enrichment_name
enum<string>
required

Type of enrichment

Available options:
topic_classification,
embedding,
token_count,
answer_relevance,
coherence,
conciseness,
rag_faithfulness,
pii_detection,
ftl_prompt_safety,
secret_detection,
sentiment_analysis,
ftl_response_faithfulness,
llm_as_a_judge
enrichment_config
object

PII detection enrichment configurations

Response

Details of the created evaluator

Response object for standard API responses.

api_version
enum<string>
default:3.0

API version.

Available options:
2.0,
3.0
kind
enum<string>
default:NORMAL

Type of response, indicating a normal response.

Available options:
NORMAL
data
object

Details of the evaluator