Memorize content to Rememberizer

Save a new Memory document.

post

Save a new Memory document with a name and content for Memory.

Body
namestringRequired
contentstringRequired
Responses
201
Document saved successfully
post
POST /api/v1/documents/memorize/ HTTP/1.1
Host: api.rememberizer.ai
Content-Type: application/json
Accept: */*
Content-Length: 32

{
  "name": "text",
  "content": "text"
}

No content

Last updated

#139: Update content

Change request updated