---
title: "Create Project Doc"
method: POST
path: "/api/app-auto-gtm/projects/{project_id}/project-docs"
tags: ["AppAutoGtm"]
---

# Create Project Doc

`POST /api/app-auto-gtm/projects/{project_id}/project-docs`

Create a user doc (``source='user'``).

## Path parameters

- `project_id` integer, required

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Request body

- ProjectDocCreateRequest
  - `doc_type` string
  - `title` string
  - `content` string, required

## Response `201`

Successful Response

- ProjectDocItem — One project doc as returned to the Project docs UI.
  - `id` string, required
  - `doc_type` string, required
  - `title` string, required
  - `content` string, required
  - `source` 'user' | 'ai', required
  - `updated_at` string, date-time, required
  - `extracted_at` string, date-time, nullable
  - `extracted_from_replies` integer, nullable

## Other responses

- `422` — Validation Error

---

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