GET
/
v1
/
resources
/
{resource-id}
/
download
{
  "data": {
    "filename": "Mother-and-daughter.zip",
    "url": "https://downloadscdn5.freepik.com/d/999999/23/99999/8888888/mother-and-daughter.zip?token=exp=1689689298~hmac=1234567890abcde"
  }
}

Authorizations

x-freepik-api-key
string
headerrequired

Headers

Accept-Language
string
required

Specifies the search query language using the ISO 639-1 (2-letter language code) and the ISO 3166-1 (2-letter country code) for language variants. The API will use "en-US" as a default language for processing if a code is not provided, or does not exist.

Path Parameters

resource-id
integer
required

Photo, video or PSD resource ID

Query Parameters

image_size

Resizes the photo to a specified size while maintaining aspect ratio. Accepts a pixel value (100px to 2000px) or keywords small(1000px), medium(1500px), large(2000px), original corresponding to standard website sizes. The size depends on the image orientation, the longest side of the image will be resized to the specified size. If not specified, the highest resolution is provided. Applicable only to photos.

Available options:
small,
medium,
large,
original

Response

200 - application/json
data
object
required