Retrieve an image from a document
GET/v2/corpora/:corpus_key/documents/:document_id/images/:image_id
Returns a specific image that is embedded within a document. The image_id
uniquely identifies the image within the document. Use this endpoint to fetch the raw image data and associated metadata.
Request
Responses
- 200
- 403
- 404
An image including raw image data and associated metadata.
Permissions do not allow retrieving the image.
Image not found.