download

Download an image by its unique identifier. The image is returned as a binary response.

publish

Publish an image, making it publicly accessible. Published images can be accessed by anyone with the URL.

This also mutates the current image object to reflect the change in access permissions.

unpublish

Unpublish an image, making it private. Unpublished images can only be accessed by authenticated users.

This also mutates the current image object to reflect the change in access permissions.