What you can do
- List resources with sorting and filters
- Get a single resource by ID
- Download a resource and specify format
Authentication
All requests require an API key via thex-freepik-api-key header. See the Quickstart and Authentication.
Endpoints
GET /v1/resources
List resources with sorting and filters
GET /v1/resources/{resource-id}
Retrieve a single resource by ID
GET /v1/resources/{resource-id}/download
Download a resource
GET /v1/resources/{resource-id}/download/{resource-format}
Download a resource by ID and format
Use cases
- Build an asset picker for your CMS or design tool
- AI-powered search by keyword and sort by popularity
- Programmatically download assets during build/deploy