Skip to main content
POST
/
model-hub
/
eval-groups
/
apply-eval-group
/
Apply Evaluation Group
curl --request POST \
  --url https://api.futureagi.com/model-hub/eval-groups/apply-eval-group/ \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-Secret-Key: <api-key>' \
  --data '{
  "eval_group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "filters": {},
  "page_id": "<string>",
  "mapping": {},
  "deselected_evals": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}'
{}

Authorizations

X-Api-Key
string
header
required

API Key for authentication. Click here to access API Key

X-Secret-Key
string
header
required

Secret Key for authentication. Click here to access Secret Key

Body

application/json
eval_group_id
string<uuid>

The UUID of the evaluation group to apply.

filters
object

Filters to apply when selecting data.

page_id
string

Identifier for the page or context where the group is being applied.

mapping
object

Mapping configuration for the evaluations.

deselected_evals
string<uuid>[]

A list of evaluation template UUIDs to exclude from this application.

Response

Evaluation group applied successfully.

The response is of type object.