---
title: "Finalize a draft into a real project"
method: POST
path: "/project_drafts/{id}/finalize"
tags: ["Projects"]
---

# Finalize a draft into a real project

`POST /project_drafts/{id}/finalize`

## Path parameters

- `id` string, required

## Request body

- object
  - `weekly_email_subscribed` boolean
  - `execute_prompts_immediately` boolean

## Response `200`

Idempotent replay

## Other responses

- `201` — Project created
- `404` — Resource not found
- `422` — Invalid parameters

---

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