---
title: "Create Pack review"
method: POST
path: "/packs/{packId}/reviews"
tags: ["Packs"]
---

# Create Pack review

`POST /packs/{packId}/reviews`

Submit a Pack for review in Superhuman GO.

## Path parameters

- `packId` integer, required

## Request body

- CreatePackReviewRequest — Request to create a Pack review
  - `packVersion` string — Pack version to review (for code reviews)
  - `releaseNotes` string — Release notes for this version (used when Pack is approved and released)

## Response `200`

Pack review created successfully

- CreatePackReviewResponse — Response containing created review information
  - `packReviewId` string, uuid, required — ID of the created review

## Other responses

- `400` — The request parameters did not conform to expectations.
- `401` — The API token is invalid or has expired.
- `403` — The API token does not grant access to this resource.
- `404` — The resource could not be located with the current API token.
- `429` — The client has sent too many requests.

---

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