---
title: "Save text to today's daily note"
method: POST
path: "/save-to-daily-note"
tags: ["Content"]
---

# Save text to today's daily note

`POST /save-to-daily-note`

Saves a text to today's daily note in a space. The text can be formatted in markdown. Do not use this to import large amounts of content as this could break the daily note. Use the import system of Capacities instead.

<br>

**Rate limit**: 5 requests per 60 seconds ([Learn more](https://docs.capacities.io/developer/api#rate-limits))

## Request body

- object
  - `spaceId` string, uuid, required — [Learn more](https://docs.capacities.io/developer/api#content-ids)
  - `mdText` string, required — Markdown text that should be added to today's daily note
  - `origin` 'commandPalette' | 'mcp' — The origin of the save action. This determines the icon added to your note.
  - `noTimeStamp` boolean — If true, no time stamp will be added to the note

## Response `200`

200 OK

---

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