SmartMemory
GET
/memory/{item_id}/prompt/summarize

Generate a prompt template for summarizing a memory item.

Requires authentication and validates item ownership.

Path Parameters

item_id*Item Id

Response Body

application/json

application/json

curl -X GET "https://example.com/memory/string/prompt/summarize"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}