GET
/
v1
/
videos
/
{id}
/
options
/
{option-id}
/
download
Download a video by option id.
curl --request GET \
  --url https://api.freepik.com/v1/videos/{id}/options/{option-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
option-id
integer
required

Video option id

Required range: x >= 1

Response

OK

data
object
required
Example:
{
"filename": "blackboard-template.zip",
"url": "https://downloadscdn5.freepik.com/d/1137445/blackboard-template.zip"
}