Edit Evaluation Group Members

Adds or removes evaluation templates from an evaluation group.

POST https://api.futureagi.com/model-hub/eval-groups/edit-eval-list/

Authentication

Authorization Bearer Required

Include your API key in the Authorization header as Bearer <token>. Retrieve your API Key from the Dashboard.

Request body

eval_group_id string Required

The UUID of the evaluation group to modify.

added_template_ids array of string Optional

A list of evaluation template UUIDs to add to the group.

deleted_template_ids array of string Optional

A list of evaluation template UUIDs to remove from the group.

GET /
Authentication
REQUEST
 
RESPONSE