curl --request POST \
--url https://api.getmaxim.ai/v1/evaluators/execute \
--header 'Content-Type: application/json' \
--header 'x-maxim-api-key: <api-key>' \
--data '
{
"workspaceId": "<string>",
"id": "<string>",
"name": "<string>",
"variables": {}
}
'{
"data": {
"result": "<string>",
"logs": [
{
"timestamp": "<string>",
"type": "<string>",
"text": "<string>"
}
],
"reasoning": "<string>"
}
}Execute an evaluator to assess content based on predefined criteria and return grading results, reasoning, and execution logs
curl --request POST \
--url https://api.getmaxim.ai/v1/evaluators/execute \
--header 'Content-Type: application/json' \
--header 'x-maxim-api-key: <api-key>' \
--data '
{
"workspaceId": "<string>",
"id": "<string>",
"name": "<string>",
"variables": {}
}
'{
"data": {
"result": "<string>",
"logs": [
{
"timestamp": "<string>",
"type": "<string>",
"text": "<string>"
}
],
"reasoning": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
Payload for executing an evaluator
Unique identifier for the workspace
1Unique identifier for the evaluator
1Name of the evaluator
1Programming language for the evaluator
javascript, python Variables to be used in evaluation
Show child attributes
Evaluator executed successfully
Show child attributes
Was this page helpful?