GET
/
v1
/
videos
/
{id}
Get detailed video information by ID
curl --request GET \
  --url https://api.freepik.com/v1/videos/{id} \
  --header 'x-freepik-api-key: <api-key>'
{
"data": {
"id": 70000,
"url": "https://www.freepik.com/free-video/white-t-shirts-copy-space-gray-background_15667335",
"name": "Cute cat looking at the camera",
"aspect-ratio": "16:9",
"created": "2019-01-01T00:00:00.000Z",
"code": "cute-cat-looking-camera",
"quality": "720p",
"premium": true,
"duration": "00:25",
"author": {
"id": 23,
"name": "Freepik",
"code": "freepik",
"avatar": "https://avatar.cdnpk.net/23.jpg",
"metas": {
"downloads": 555,
"assets": 2330000
},
"slug": "freepik"
},
"thumbnails": [
{
"width": 468,
"height": 264,
"url": "https://v4.cdnpk.net/videvo_files/video/free/video0485/thumbnails/_import_61b436a9c16290.44924640_small.jpg",
"aspect-ratio": "16:9"
},
{
"width": 1280,
"height": 720,
"url": "https://v4.cdnpk.net/videvo_files/video/free/video0467/thumbnails/_import_615163540096e1.68968110_large.jpg",
"aspect-ratio": "16:9"
}
],
"previews": [
{
"width": 468,
"height": 264,
"url": "https://v4.cdnpk.net/videvo_files/video/free/video0485/thumbnails/_import_61b436a9c16290.44924640_small.jpg",
"aspect-ratio": "16:9"
}
],
"active": true,
"is_ai_generated": false,
"item_subtype": "footage"
}
}

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.