---
title: "Creates a copy of a public benchmark and all of its related entities."
method: POST
path: "/benchmark/{benchmarkId}/fork"
tags: ["Benchmark"]
---

# Creates a copy of a public benchmark and all of its related entities.

`POST /benchmark/{benchmarkId}/fork`

## Path parameters

- `benchmarkId` string, required

## Response `200`

OK

- ForkBenchmarkEndpointOutput
  - `id` string, required — The id of the new benchmark created.

## 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)
