GET
/
leaderboard
/
summary
/
{modelName}
curl --request GET \
  --url https://api.enkryptai.com/leaderboard/summary/{modelName} \
  --header 'apikey: <api-key>'
{
  "status": "success",
  "data": {
    "summary": [
      {
        "method": "biasdecision",
        "method_info": "Bias Decision",
        "category": "Race",
        "category_info": "Race",
        "total": 60,
        "failed": 60,
        "time_taken": 297.60746788978577
      }
    ]
  }
}

Authorizations

apikey
string
header
required

Path Parameters

modelName
string
required

The name of the model.

Example:

"Llama-2-13b-chat-hf"

Query Parameters

riskType
string
required

The risk type.

subType
string
required

The sub-type of the risk.

Response

200 - application/json
Summary of the model's risk analysis.
status
string
Example:

"success"

data
object