curl --request GET \
--url https://platform.kodexa.ai/api/document-families/{id}/image \
--header 'x-api-key: <api-key>'"<string>"Returns a rendered page image (PNG) of the document family’s latest native content object. Use the page parameter to specify which page to render. Serves pre-generated images when available; falls back to on-demand PDF rendering.
curl --request GET \
--url https://platform.kodexa.ai/api/document-families/{id}/image \
--header 'x-api-key: <api-key>'"<string>"API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.
Page number (1-indexed). Defaults to 1 (first page).
Resolution in DPI for rendering. Lower values produce smaller thumbnails. Defaults to 72.
Page image
The response is of type file.