---
title: "POST /api/projects"
method: POST
path: "/api/projects"
tags: ["api"]
---

# POST /api/projects

`POST /api/projects`

## Request body

- Project
  - `pid` string, uuid — A UUID identifying this project.
  - `name` string, required — Project's name.
  - `category` 'NOT SPECIFIED' | 'E-COMMERCE' | 'LOGISTICS' | 'FINANCE' | 'EDUCATIONAL' | 'TECHNOLOGY' | 'OTHER_CATEGORY' — Project's category.
  - `framework` 'SCRAPY' | 'REQUESTS' — Project's framework.
  - `container_image` string — Path of the project's container image.
  - `users` Permission[] — Users with permissions on this project.
    - `user` UserDetail — User details.
      - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
      - `email` string, email
    - `permission` 'OWNER' | 'ADMIN' | 'DEVELOPER' | 'VIEWER' — Permission on this project.
  - `data_status` 'PERSISTENT' | 'PENDING' — Data status.
  - `data_expiry_days` integer — Days before data is deleted.

## Response `201`

Created

- Project
  - `pid` string, uuid — A UUID identifying this project.
  - `name` string, required — Project's name.
  - `category` 'NOT SPECIFIED' | 'E-COMMERCE' | 'LOGISTICS' | 'FINANCE' | 'EDUCATIONAL' | 'TECHNOLOGY' | 'OTHER_CATEGORY' — Project's category.
  - `framework` 'SCRAPY' | 'REQUESTS' — Project's framework.
  - `container_image` string — Path of the project's container image.
  - `users` Permission[] — Users with permissions on this project.
    - `user` UserDetail — User details.
      - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
      - `email` string, email
    - `permission` 'OWNER' | 'ADMIN' | 'DEVELOPER' | 'VIEWER' — Permission on this project.
  - `data_status` 'PERSISTENT' | 'PENDING' — Data status.
  - `data_expiry_days` integer — Days before data is deleted.

---

[API](https://skmtc.dev/bitmakerla/apis/estela-api-v1-0-documentation.md) · [All operations](https://skmtc.dev/bitmakerla/apis/estela-api-v1-0-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitmakerla/estela-api-v1-0-documentation/revisions/0c0d60867d16/schema)
