---
title: "Create memories (batch)"
method: POST
path: "/v1/dev/user/memories/batch"
tags: ["Memories"]
---

# Create memories (batch)

`POST /v1/dev/user/memories/batch`

Create multiple memories in a single request. Maximum 25 memories per batch.

## Request body

- BatchCreateMemories
  - `memories` CreateMemory[], required — List of memories to create (max 25).
    - `content` string, required — The memory content.
    - `category` 'interesting' | 'system' | 'manual' — Memory category. Auto-categorized if not provided.
    - `visibility` 'public' | 'private' — Visibility level.
    - `tags` string[] — List of tags.

## Response `200`

Batch creation result.

- BatchMemoriesResponse
  - `memories` Memory[]
    - `id` string — Unique identifier.
    - `content` string — The memory content.
    - `category` 'interesting' | 'system' | 'manual' — Memory category.
    - `visibility` 'public' | 'private' — Visibility level.
    - `tags` string[] — List of tags.
    - `created_at` string, date-time — When the memory was created.
    - `updated_at` string, date-time — When the memory was last updated.
    - `manually_added` boolean — Whether the memory was added manually (via API or app).
    - `reviewed` boolean — Whether the memory has been reviewed.
    - `user_review` boolean, nullable — User's review decision.
    - `edited` boolean — Whether the memory has been edited.
  - `created_count` integer — Number of memories created.

## Other responses

- `401` — Invalid or missing API key.
- `422` — Validation error.

## Changes

- **2026-03-24** `b791dc93aa91` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/basedhardware/apis/omi-developer-api/changes/v1/dev/user/memories/batch/post.md)

---

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