GET
/
v1
/
images
/
{image_id}
/
download
curl --request GET \
  --url https://api.img-processing.com/v1/images/{image_id}/download \
  --header 'x-api-key: <api-key>'
This response does not have an example.

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

x-api-key
string
header
required

API Key for authentication

Path Parameters

image_id
string
required

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.