Skip to main content
POST
Execute an evaluator

Authorizations

x-maxim-api-key
string
header
required

API key for authentication

Body

application/json

Payload for executing an evaluator

workspaceId
string
required

Unique identifier for the workspace

Minimum string length: 1
id
string

Unique identifier for the evaluator

Minimum string length: 1
name
string

Name of the evaluator

Minimum string length: 1
language
enum<string>

Programming language for the evaluator

Available options:
javascript,
python
variables
object

Variables to be used in evaluation

{key}
string

Response

Evaluator executed successfully

data
object
required