Download memory page image content
GET /v1/memories/{id}/pages/{pageIndex}/image: Downloads inline bytes for one page image.
Downloads inline bytes for one page image. The page index is required. The optional dpi and content type query parameters act as rendition filters; if omitted, the server returns the unique rendition for that page or rejects ambiguous matches. Requires READ_MEMORY on the containing memory; authority may be granted through DIRECT_MEMBERS_OF its containing space.
In: header
Path Parameters
Memory UUID
0-based page index
int32Query Parameters
Optional rendition filter. If omitted, the unique page-image rendition for the page is returned; if multiple renditions exist, specify dpi and/or contentType.
int32Optional rendition filter. MIME type of the desired page image, such as image/png. The snake_case alias content_type is also accepted.
Response Body
curl -X GET "https://your-goodmem-server.example.com/v1/memories/550e8400-e29b-41d4-a716-446655440000/pages/0/image?dpi=150&contentType=image%2Fpng""string"