---
title: "Create Blank Project"
method: POST
path: "/api/projects/blank"
---

# Create Blank Project

`POST /api/projects/blank`

Create a new blank project without triggering video generation pipeline.
This is for the "Start from Scratch" flow.

Args:
    project_id: Client-generated project ID
    current_user: Authenticated user
    db: Database session
    
Returns:
    CreateProjectResponse with project details

## Response `201`

Successful Response

- CreateProjectResponse — Response schema for project creation
  - `success` boolean
  - `projectId` string, required
  - `status` string
  - `message` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/36d149b525df/schema)
