---
title: "Submits a participant to a benchmark."
method: POST
path: "/participants/{participantId}/submit"
tags: ["Participant"]
---

# Submits a participant to a benchmark.

`POST /participants/{participantId}/submit`

## Path parameters

- `participantId` string, required

## Response `200`

OK

- SubmitParticipantEndpointOutput
  - `validDatapoints` integer, required — The number of valid datapoints collected by the participant.
  - `invalidDatapoints` integer, required — The number of invalid datapoints collected by the participant.

## 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/revisions/5f993bd211f5/schema)
