---
title: "Bulk create tests"
method: POST
path: "/api/v1/test/bulk-add"
tags: ["Tests"]
---

# Bulk create tests

`POST /api/v1/test/bulk-add`

Create multiple test cases at once

## Request body

- object
  - `projectId` integer, required
  - `tests` object[], required
    - `title` string, required
    - `description` string
    - `sectionId` integer
    - `priorityId` integer
    - `automationStatusId` integer

## Response `200`

Tests created successfully

---

[API](https://skmtc.net/dream-horizon-org/apis/checkmate-test-management-api.md) · [All operations](https://skmtc.net/dream-horizon-org/apis/checkmate-test-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dream-horizon-org/checkmate-test-management-api/versions/f818f4b6fb31/schema)
