---
title: "Bulk submit tasks for review"
method: POST
path: "/v1/tasks/bulk/submit-for-review"
tags: ["Tasks"]
---

# Bulk submit tasks for review

`POST /v1/tasks/bulk/submit-for-review`

Submit multiple tasks for review with a single approver

## Request body

- object
  - `taskIds` string[], required
  - `approverId` string, required — Member ID of the approver

## Response `200`

Tasks submitted for review

## Other responses

- `400` — Invalid request

---

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