Downloads a private image by its id
This endpoint allows you to download an image by its unique identifier. The image is returned as a binary response.
This request is authenticated, so it is not recommended to share this URL with others. Use this endpoint to download images in your application or service, and serve them to your users, or use the publish endpoint to generate a public link to share the image with others.
API Key for authentication
The unique identifier of the image. This identifier is used to reference the image in subsequent requests.
The API will return the image as a binary response.
The response is of type file
.