The Freepik Videos API lets you discover video resources with AI-powered search and download the assets for use in your applications.Documentation Index
Fetch the complete documentation index at: https://docs.freepik.com/llms.txt
Use this file to discover all available pages before exploring further.
What you can do
- List videos with sorting and filters
- Get a single video by ID
- Download a video asset
Authentication
All requests require an API key via thex-freepik-api-key header. See the Quickstart and Authentication.
Endpoints
GET /v1/videos
List videos with sorting and filters
GET /v1/videos/{id}
Retrieve a single video by ID
GET /v1/videos/{id}/download
Download a video asset
Use cases
- Build a video picker for your CMS
- AI-powered search by keyword and sort by popularity
- Programmatically download videos during build/deploy