GoodMem
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
x-api-key<token>

In: header

Path Parameters

idstring

The unique identifier of the memory to download

Response Body

curl -X GET "http://localhost:8080/v1/memories/550e8400-e29b-41d4-a716-446655440000/content"
Empty
Empty
Empty
Empty
Empty