Access Endpoints
Download Image
Downloads a private image by its id
The playground has some limitations on the response size. Try it with a small image or test the API directly on your local environment
GET
Description
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.
Authorizations
API Key for authentication
Path Parameters
The unique identifier of the image. This identifier is used to reference the image in subsequent requests.
Response
200
image/*
The API will return the image as a binary response.
The response is of type file
.