---
title: "Export memories to OMO format"
method: POST
path: "/v1/omo/export"
tags: ["v1", "omo"]
---

# Export memories to OMO format

`POST /v1/omo/export`

Export memories in Open Memory Object (OMO) standard format.

    This enables memory portability to other OMO-compliant platforms.
    The exported format follows the OMO v1 schema.

    **OMO Standard:** https://github.com/papr-ai/open-memory-object

## Request body

- OMOExportRequest — Request model for exporting memories to OMO format.
  - `memory_ids` string[], required — List of memory IDs to export

## Response `200`

Successful Response

- OMOExportResponse — Response model for OMO export.
  - `code` integer
  - `status` string
  - `count` integer, required — Number of memories exported
  - `memories` object[], required — Memories in OMO v1 format
  - `error` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/papr-ai/apis/papr-memory-api.md) · [All operations](https://skmtc.net/papr-ai/apis/papr-memory-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/papr-ai/papr-memory-api/versions/b553be9aad37/schema)
