Skip to main content
POST
/
model-hub
/
eval-user-template
/
create
/
Create user evaluation template
curl --request POST \
  --url https://api.futureagi.com/model-hub/eval-user-template/create/ \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-Secret-Key: <api-key>' \
  --data '{
  "name": "<string>",
  "template_id": "<string>",
  "dataset_id": "<string>",
  "config": {}
}'

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 for the user template

Maximum length: 50
template_id
string
required

Base template ID to extend

Maximum length: 500
dataset_id
string
required

Dataset ID to apply template to

Maximum length: 500
config
object
required

User-specific configuration

model
string

LLM model to use

Maximum length: 100

Response

User evaluation template created successfully