How can I get image previews to appear in tables for images uploaded via the API/SDK?

Trisha
Trisha
  • Updated
  •  

Issue

When uploading images as blobs to tables (like Results tables) via the API/SDK, image previews do not appear by default. Users will see the image name (for example, "image.png") instead of the actual image.

Environment

API, SDK, Notebook tables

Cause

The "type" parameter for blobs is set to "RAW_FILE" by default. 

Resolution steps

Set the "type" parameter to "VISUALIZATION" in order to view a preview of the image in Notebook tables instead of the file name.

Was this article helpful?

Have more questions? Submit a request