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