---
title: "Create a blank project"
method: POST
path: "/projects"
tags: ["Projects"]
---

# Create a blank project

`POST /projects`

Create a new empty project. The project is created under the team your API key is scoped to (you choose this when creating the key). Returns the projectSlug and editorUrl. Add slides with createSlides + updateSlide.

## Request body

- object
  - `name` string — Optional display name. Defaults to 'Untitled'.

## Response `200`

Project created

- object
  - `projectId` string, required
  - `projectSlug` string, required
  - `projectVersionId` string, required
  - `editorUrl` string, uri, required

## Other responses

- `400` — Validation error
- `401` — Authentication required

---

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