Imagesget https://lucid.app/documents/image/{documentId}/{pageNum}/{width}/{square}Exports a given document as a PNG image.Path ParamsdocumentIdstringrequiredThe ID of the document to export as an image.pageNumnumberrequiredThe page number to export as an image.widthnumberrequiredThe width of the image to be returned.squareintegerrequiredIf 1, return square image, otherwise return an image in the original aspect ratio.Response 200OK - with PNG image data.Updated about 2 months ago