Skip to main content
POST
/
model-hub
/
eval-groups
/
Create evaluation group
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": "Quality Assurance"
}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "description": "<string>",
  "organization": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "workspace": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_by": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "is_sample": true
}

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
name
string
required

Name of the evaluation group

Maximum length: 255
Example:

"Quality Assurance"

description
string

Description of the evaluation group

Response

Evaluation group created successfully

id
string<uuid>
name
string
Maximum length: 255
description
string | null
organization
string<uuid>
workspace
string<uuid>
created_by
string

Name of user who created the group

created_at
string<date-time>
updated_at
string<date-time>
is_sample
boolean