GoodMemGoodMem
ReferenceAPIREST APIMemories

Download memory content

Streams the original binary payload for a memory. The response uses the memory's stored content type when available. Returns 404 when the memory does not have inline content; clients can check originalContentRef from the metadata endpoint to locate external content.

GET
/v1/memories/{id}/content

Path Parameters

idstring

The UUID of the memory to download

Response Body

curl -X GET "https://loading/v1/memories/550e8400-e29b-41d4-a716-446655440000/content"
"string"
Empty
Empty
Empty
Empty