v1

latestOpenAPI 3.0.1Apache 2.02026-07-174811204.8 KB
exports

Create an export job with schema

Create a structured export of memories based on a provided schema.

post/v1/exports/

Request body

schemaobject required

Schema definition for the export

org_idstring

Filter exports by organization ID

project_idstring

Filter exports by project ID

Response

Export created successfully

messagestring required
idstring uuid required

Example response

{
  "message": "Memory export request received. The export will be ready in a few seconds.",
  "id": "550e8400-e29b-41d4-a716-446655440000"
}