---
title: "POST /v1/code-review/rounds"
method: POST
path: "/v1/code-review/rounds"
tags: ["Code Review"]
---

# POST /v1/code-review/rounds

`POST /v1/code-review/rounds`

## Headers

- `Authorization` string

## Request body

- object
  - `operationId` string, uuid, required
  - `orgId` string, uuid
  - `surface` union, required
    - 'cli'
    - 'github-action'

## Response `201`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
  - `data` object, required
    - `id` string, uuid, required
    - `type` 'code-review-billing-round', required
    - `attributes` object, required
      - `credits` integer, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-09-13** `4b753c0f273e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tessl/apis/tessl-api/changes/v1/code-review/rounds/post.md)

---

[API](https://skmtc.dev/tessl/apis/tessl-api.md) · [All operations](https://skmtc.dev/tessl/apis/tessl-api/llms.txt) · [OpenAPI document](https://skmtc.dev/tessl/apis/tessl-api/revisions/6da83f4191fc?raw)
