---
title: "Create Project"
method: POST
path: "/v1/projects"
tags: ["Project"]
---

# Create Project

`POST /v1/projects`

## Query parameters

- `timeout` integer, nullable

## Headers

- `apikey` string, nullable

## Request body

- ProjectInput
  - `name` string, required
  - `projectType` 'classification' | 'object-detection' | 'segmentation' | 'anomaly-detection', required

## Response `201`

Successful Response

- ProjectResponse
  - `data` ProjectResponseItem, required
    - `id` integer, required
    - `name` string, required
    - `projectType` 'classification' | 'object-detection' | 'segmentation' | 'anomaly-detection', required
    - `isActive` boolean, nullable
    - `createdAt` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/landing-ai/apis/landinglens-api.md) · [All operations](https://skmtc.net/landing-ai/apis/landinglens-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/landing-ai/landinglens-api/versions/73e50adb1306/schema)
