Download memory page image content
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.
x-api-key<token>
In: header
Path Parameters
idstring
Memory UUID
pageIndexinteger
0-based page index
Format
int32Query Parameters
dpi?integer
Optional rendition filter. If omitted, the unique page-image rendition for the page is returned; if multiple renditions exist, specify dpi and/or contentType.
Format
int32contentType?string
Optional 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 "http://localhost:8080/v1/memories/550e8400-e29b-41d4-a716-446655440000/pages/0/image?dpi=150&contentType=image%2Fpng"Empty
Empty
Empty
Empty
Empty