Skip to main content

Evaluator Data Map

POST 

https://cloud.agenta.ai/api/evaluators/map

Endpoint to map the experiment data tree to evaluator interface.

Args: request (Request): The request object. payload (EvaluatorMappingInputInterface): The payload containing the request data.

Returns: EvaluatorMappingOutputInterface: the evaluator mapping output object

Request

Body

required

    inputs objectrequired
    mapping objectrequired

Responses

Successful Response

Schema

    outputs objectrequired
curl -L 'https://cloud.agenta.ai/api/evaluators/map' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>' \
-d '{
"inputs": {},
"mapping": {}
}'
Request Collapse all
Base URL
https://cloud.agenta.ai/api
Auth
Body required
{
  "inputs": {},
  "mapping": {}
}
ResponseClear

Click the Send API Request button above and see the response here!