---
title: "Create a new item"
method: POST
path: "/analysis/bench-reports"
tags: ["Analysis - Bench Reports"]
---

# Create a new item

`POST /analysis/bench-reports`

## Request body

- BenchReport
  - `id` string
  - `userId` string
  - `projectId` string
  - `benchResultIds` string[]
  - `name` string
  - `description` string
  - `items` BenchReportItem[], nullable
    - `id` string
  - `configs` BenchReportConfig[], nullable
    - unknown
  - `created` string, date-time
  - `lastModified` string, date-time
  - `tags` string[], nullable

## Response `201`

Created

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests

## Changes

- **2026-07-27** `4b624af2cb6e` — 3 breaking, 3 info
  - the response property `configs` became nullable for the status `201`
  - the response property `items` became nullable for the status `201`
  - the response property `tags` became nullable for the status `201`
  - the request property `configs` became nullable
  - …2 more

[Change history](https://skmtc.dev/octoperf/apis/octoperf-api/changes/analysis/bench-reports/post.md)

---

[API](https://skmtc.dev/octoperf/apis/octoperf-api.md) · [All operations](https://skmtc.dev/octoperf/apis/octoperf-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/octoperf/octoperf-api/revisions/0dd39158a6ad/schema)
