v1
omo

Import memories from OMO format

Import memories from Open Memory Object (OMO) standard format.

This enables importing memories from other OMO-compliant platforms.

**OMO Standard:** https://github.com/papr-ai/open-memory-object
post/v1/omo/import

Request body

memoriesobject[] required

List of memories in OMO v1 format

skip_duplicatesboolean

Skip memories with IDs that already exist

Response

Successful Response

codeinteger
statusstring
importedinteger required

Number of memories successfully imported

skippedinteger

Number of memories skipped (duplicates)

errorsobject[]

Import errors

memory_idsstring[]

IDs of imported memories

Changes

Changed in 2 of the 37 revisions of this API.3

    • added the optional property detail/items/ctx to the response with the 422 status

      response-optional-property-added

    • added the optional property detail/items/input to the response with the 422 status

      response-optional-property-added

    • endpoint added

      endpoint-added