---
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 batch.

- **memories**: List of memories to create (max 25)

## Request body

- BatchMemoriesRequest
  - `memories` CreateMemoryRequest[], required — List of memories to create
    - `category` 'interesting' | 'system' | 'manual' | 'workflow' | 'core' | 'hobbies' | 'lifestyle' | 'interests' | 'habits' | 'work' | 'skills' | 'learnings' | 'other' | 'auto'
    - `content` string, required — The content of the memory
    - `tags` string[] — Tags associated with the memory
    - `visibility` string — Visibility: public or private

## Response `200`

Successful Response

- BatchMemoriesResponse
  - `created_count` integer, required
  - `memories` DeveloperMemory[], required
    - `category` 'interesting' | 'system' | 'manual' | 'workflow' | 'core' | 'hobbies' | 'lifestyle' | 'interests' | 'habits' | 'work' | 'skills' | 'learnings' | 'other' | 'auto'
    - `content` string
    - `created_at` string, date-time, nullable
    - `id` string, required
    - `manually_added` boolean
    - `tags` string[]
    - `updated_at` string, date-time, nullable
    - `visibility` string, nullable

## Other responses

- `401` — Missing or invalid authentication credentials.
- `403` — Authenticated, but the token does not grant the required scope.
- `422` — Validation Error

## Changes

- **2026-06-29** `a638dcb24d6f` — 11 breaking, 14 warning, 14 info
  - removed the enum value `interesting` of the request property `memories/items/category`
  - removed the enum value `manual` of the request property `memories/items/category`
  - removed the enum value `private` of the request property `memories/items/visibility`
  - removed the enum value `public` of the request property `memories/items/visibility`
  - …35 more
- **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/a638dcb24d6f/schema)
