GET
/
v1
/
videos
/
{id}
/
download
Download a video by ID.
curl --request GET \
  --url https://api.freepik.com/v1/videos/{id}/download \
  --header 'x-freepik-api-key: <api-key>'
{
"data": {
"filename": "_import_61490450321f37.49858282.mov",
"url": "https://joy1.videvo.net/verify_download_video.php?path=video/free/video0466&vid=_import_61490450321f37.49858282.mov&source=freepik&videvo_id=1109082&filename=1109082_1080p_4k_2k_4096x2160.mov&verify=lkdadslfjads3434"
}
}

Authorizations

x-freepik-api-key
string
header
required

Your Freepik API key. Required for authentication. Learn how to obtain an API key

Headers

Accept-Language
string

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

id
integer
required

Video id

Required range: x >= 1

Response

200
application/json

OK

The response is of type object.