---
title: "Creates a participant in a benchmark."
method: POST
path: "/benchmark/{benchmarkId}/participants"
tags: ["Benchmark"]
---

# Creates a participant in a benchmark.

`POST /benchmark/{benchmarkId}/participants`

## Path parameters

- `benchmarkId` string, required

## Request body

- CreateBenchmarkParticipantEndpointInput
  - `name` string, required — The name of the participant.
  - `family` string, nullable — The family the underlying model belongs to (e.g. "Flux", "GPT"), if any.
  - `lab` string, nullable — The lab that makes the model (e.g. "OpenAI", "Black Forest Labs"), if any.
  - `proprietaryName` string, nullable — The vendor-facing display name of the model, if any.
  - `licenseType` unknown
  - `logo` ExistingAssetInput
    - `name` string, required
    - `metadata` object, nullable
    - `identifier` string, nullable

## Response `200`

OK

- CreateBenchmarkParticipantEndpointOutput
  - `participantId` string, required — The id of the created participant.
  - `datasetId` string, required — The id of the participant's dataset.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

[API](https://skmtc.net/rapidata/apis/rapidata-api.md) · [All operations](https://skmtc.net/rapidata/apis/rapidata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rapidata/rapidata-api/versions/e42ec51c7b88/schema)
