---
title: "Create Journal"
method: PUT
path: "/v1/journals/editor/create"
---

# Create Journal

`PUT /v1/journals/editor/create`

## Request body

- CreateJournalRequest — Request model for creating a journal.
  - `title` string, required — The title of the journal.
  - `team_slug` string, nullable — The team slug that the journal is associated with, if the type is `team`.

## Response `200`

Successful Response

- CreateJournalResponse — Response model for creating a journal.
  - `success` boolean, required
  - `message` string, nullable
  - `journal_id` string, nullable
  - `journal_url` string, nullable
  - `timestamp` string

## Other responses

- `401` — Invalid API key or unauthorized access
- `422` — Validation Error
- `429` — Rate limit exceeded
- `500` — Internal server error

---

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