cURL
curl --request POST \ --url https://api.futureagi.com/model-hub/eval-groups/ \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --header 'X-Secret-Key: <api-key>' \ --data '{ "name": "<string>", "eval_template_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] }'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "is_sample": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Creates a new evaluation group within the user’s workspace.
API Key for authentication. Click here to access API Key
Secret Key for authentication. Click here to access Secret Key
The name of the evaluation group. Must be unique within the workspace.
A list of evaluation template UUIDs to include in this group. Must not be empty.
An optional description for the evaluation group.
Evaluation group created successfully.
Was this page helpful?