Image Generation API
- Mystic
- Classic Fast
- Google Imagen 3
- Flux dev
- Reimagine Flux
Image Editing API
- Upscaler - Magnific API
- Relight - Magnific API
- Style Transfer - Magnific API
- Remove Background
Stock Content
- Search and features
- Icons
- Images and templates
Get all resources
Retrieve a list of resources based on various filter criteria such as orientation, content type, license, and more.
curl --request GET \
--url https://api.freepik.com/v1/resources \
--header 'x-freepik-api-key: <api-key>'
{
"data": [
{
"id": 770011,
"title": "Sports car",
"url": "https://www.freepik.com/free-icon/sports-car_770011.htm",
"filename": "sports-car.zip",
"licenses": [
{
"type": "freemium",
"url": "https://www.freepik.com/profile/license/pdf/770011?lang=en"
}
],
"products": [],
"meta": {
"published_at": "2022-01-14T20:45:28.000Z",
"is_new": true,
"available_formats": {
"jpg": {
"total": 2,
"items": [
{
"id": 444,
"name": "Sports car",
"colorspace": "RGB",
"size": 100
},
{
"id": 555,
"name": "Sports car",
"colorspace": "RGB",
"size": 200
}
]
}
}
},
"image": {
"type": "photo",
"orientation": "square",
"source": {
"url": "https://img.flaticon.com/icons/png/512/67/67994.png",
"key": "large",
"size": "128x128"
}
},
"related": {
"serie": [],
"others": [],
"keywords": []
},
"stats": {
"downloads": 52527,
"likes": 137
},
"author": {
"id": 744082,
"name": "flaticon",
"avatar": "https://avatar.cdnpk.net/744082.jpg",
"slug": "flaticon"
}
},
{
"id": 1540200,
"title": "Grey car logo collection",
"url": "https://www.freepik.com/free-vector/grey-car-logo-collection_1540200.htm",
"filename": "grey-car-logo-collection.zip",
"licenses": [
{
"type": "freemium",
"url": "https://www.freepik.com/profile/license/pdf/1540200?lang=en"
}
],
"products": [
{
"type": "essential",
"url": "https://www.freepik.com/profile/license/pdf/1540200?lang=en"
}
],
"meta": {
"published_at": "2022-01-14T16:06:23.000Z",
"is_new": true,
"available_formats": {
"jpg": {
"total": 2,
"items": [
{
"id": 444,
"size": 100
},
{
"id": 555,
"size": 200
}
]
}
}
},
"image": {
"type": "vector",
"orientation": "square",
"source": {
"url": "https://",
"key": "large",
"size": "626x626"
}
},
"related": {
"serie": [],
"others": [],
"keywords": []
},
"stats": {
"downloads": 1639,
"likes": 18
},
"author": {
"id": 23,
"name": "freepik",
"avatar": "https://avatar.cdnpk.net/23.jpg",
"slug": "freepik"
}
}
],
"meta": {
"current_page": 1,
"last_page": 32,
"per_page": 2,
"total": 63
}
}
Authorizations
Your Freepik API key. Required for authentication. Learn how to obtain an API key
Headers
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.
Query Parameters
Page number. It must be greater than 0 and less than or equal to 100.
Limit results per page. It must be greater than 0.
Specifies the order in which search results are returned. The available options allow you to prioritize results based on different criteria:
relevance
: Prioritizes results that are most relevant to the search query.recent
: Sorts results by the most recent updates.
relevance
, recent
Search term. If only term comes, it is searched for term, if only slug comes, it is searched for slug and if both come, it is searched for slug
Filters results to only include resources with a landscape orientation. Set to 1 to enable, 0 to disable.
Filters results to only include resources with a portrait orientation. Set to 1 to enable, 0 to disable.
Filters results to only include resources with a square orientation. Set to 1 to enable, 0 to disable.
Filters results to only include resources with a panoramic orientation. Set to 1 to enable, 0 to disable.
Filters results to only include resources of type photo. Set to 1 to enable, 0 to disable.
Filters results to only include resources of type PSD (Photoshop Document). Set to 1 to enable, 0 to disable.
Filters results to only include resources of type vector. Set to 1 to enable, 0 to disable.
Filters results to only include resources with a freemium license. Set to 1 to enable, 0 to disable.
Filters results to only include resources with a premium license. Set to 1 to enable, 0 to disable.
Filter by included people
Filter by excluded people
Filter by number of people
1
, 2
, 3
, more_than_three
Filter by age of the people
infant
, child
, teen
, young-adult
, adult
, senior
, elder
Filter by gender of the people
male
, female
Filter by ethnicity of the people
south-asian
, middle-eastern
, east-asian
, black
, hispanic
, indian
, white
, multiracial
Filters results based on the time period in which the resources were added.
last-month
, last-quarter
, last-semester
, last-year
Filters results by the predominant color in the resources.
black
, blue
, gray
, green
, orange
, red
, white
, yellow
, purple
, cyan
, pink
Filters results to include resources by a specific author, identified by their author ID.
Excludes AI-generated images from the results. Set to 1 to exclude, 0 to include.
Filters results to only include AI-generated images. Set to 1 to include only AI-generated images, 0 to include all images.
File type for vectors
jpg
, ai
, eps
, svg
Style type for vectors, ignored if content_type exists and it is not vector
watercolor
, flat
, cartoon
, geometric
, gradient
, isometric
, 3d
, hand-drawn
File type for psd
jpg
, psd
Filter by list of ids. This filter is incompatible with any other filters. In case of using this filter, the rest of filters will be ignored.
Response
A list of resources.
A resource within a list of resources from collection
Resource's id.
x >= 1
15667327
Resource's title.
"White t-shirt with copy space on gray background"
Resource's url
"https://www.freepik.com/free-photo/white-t-shirts-with-copy-space-gray-background_15667327.htm"
The type of the resource.
photo
, vector
, psd
"vector"
The orientation of the image.
horizontal
, vertical
, square
, panoramic
, unknown
The size of this image
large
"large"
The orientation of this resource.
"https://img.freepik.com/free-photo/tshirt_53876-104920.jpg"
The width and height of the image
"740x640"
{
"size": "740x640",
"key": "large",
"url": "https://img.freepik.com/free-photo/tshirt_53876-104920.jpg"
}
{
"orientation": "horizontal",
"source": {
"size": "740x640",
"key": "large",
"url": "https://img.freepik.com/free-photo/tshirt_53876-104920.jpg"
},
"type": "vector"
}
1 <= x <= 9223372036854776000
1
"John Doe"
"https://avatar.cdnpk.net/61668527-220726032514.jpg"
The number of assets of this author.
x >= 0
1
"merry-christmas"
{
"assets": 0,
"name": "John Doe",
"id": 2147483647,
"avatar": "https://avatar.cdnpk.net/61668527-220726032514.jpg",
"slug": "merry-christmas"
}
The filename of this resource.
The datetime when this resource was published.
"2020-12-01T23:50:50.000Z"
True if this resource is new. False, otherwise.
true
The available formats for the resource.
{
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
}
{
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
}
{
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
}
{
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
}
{
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
}
{
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
}
{
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
}
{
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
}
{
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
}
{
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
}
{
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
}
{
"psd": {
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
},
"jpg": {
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
},
"zip": {
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
},
"fonts": {
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
},
"svg": {
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
},
"ai": {
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
},
"png": {
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
},
"eps": {
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
},
"resources": {
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
},
"3d-render": {
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
},
"atn": {
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
}
}
{
"is_new": true,
"available_formats": {
"psd": {
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
},
"jpg": {
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
},
"zip": {
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
},
"fonts": {
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
},
"svg": {
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
},
"ai": {
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
},
"png": {
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
},
"eps": {
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
},
"resources": {
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
},
"3d-render": {
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
},
"atn": {
"total": 1,
"items": [
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
},
{
"size": 100,
"colorspace": "RGB",
"name": "image.jpg",
"id": 1
}
]
}
},
"published_at": "2020-12-01T23:50:50.000Z"
}
A resource within a list of resources from collection
Resource's id.
x >= 1
15667327
Resource's title.
"White t-shirt with copy space on gray background"
Resource's url
"https://www.freepik.com/free-photo/white-t-shirts-with-copy-space-gray-background_15667327.htm"
The type of the resource.
photo
, vector
, psd
"vector"
The orientation of the image.
horizontal
, vertical
, square
, panoramic
, unknown
{
"size": "740x640",
"key": "large",
"url": "https://img.freepik.com/free-photo/tshirt_53876-104920.jpg"
}
{
"orientation": "horizontal",
"source": {
"size": "740x640",
"key": "large",
"url": "https://img.freepik.com/free-photo/tshirt_53876-104920.jpg"
},
"type": "vector"
}
1 <= x <= 9223372036854776000
1
"John Doe"
"https://avatar.cdnpk.net/61668527-220726032514.jpg"
The number of assets of this author.
x >= 0
1
"merry-christmas"
{
"assets": 0,
"name": "John Doe",
"id": 2147483647,
"avatar": "https://avatar.cdnpk.net/61668527-220726032514.jpg",
"slug": "merry-christmas"
}
{
"image": {
"orientation": "horizontal",
"source": {
"size": "740x640",
"key": "large",
"url": "https://img.freepik.com/free-photo/tshirt_53876-104920.jpg"
},
"type": "vector"
},
"licenses": [
{
"type": "freemium",
"url": "https://www.freepik.com/profile/license/pdf/4350594"
},
{
"type": "freemium",
"url": "https://www.freepik.com/profile/license/pdf/4350594"
}
],
"author": {
"assets": 0,
"name": "John Doe",
"id": 2147483647,
"avatar": "https://avatar.cdnpk.net/61668527-220726032514.jpg",
"slug": "merry-christmas"
},
"id": 15667327,
"title": "White t-shirt with copy space on gray background",
"url": "https://www.freepik.com/free-photo/white-t-shirts-with-copy-space-gray-background_15667327.htm"
}
A resource within a list of resources from collection
Resource's id.
x >= 1
15667327
Resource's title.
"White t-shirt with copy space on gray background"
Resource's url
"https://www.freepik.com/free-photo/white-t-shirts-with-copy-space-gray-background_15667327.htm"
The type of the resource.
photo
, vector
, psd
"vector"
The orientation of the image.
horizontal
, vertical
, square
, panoramic
, unknown
{
"size": "740x640",
"key": "large",
"url": "https://img.freepik.com/free-photo/tshirt_53876-104920.jpg"
}
{
"orientation": "horizontal",
"source": {
"size": "740x640",
"key": "large",
"url": "https://img.freepik.com/free-photo/tshirt_53876-104920.jpg"
},
"type": "vector"
}
1 <= x <= 9223372036854776000
1
"John Doe"
"https://avatar.cdnpk.net/61668527-220726032514.jpg"
The number of assets of this author.
x >= 0
1
"merry-christmas"
{
"assets": 0,
"name": "John Doe",
"id": 2147483647,
"avatar": "https://avatar.cdnpk.net/61668527-220726032514.jpg",
"slug": "merry-christmas"
}
{
"image": {
"orientation": "horizontal",
"source": {
"size": "740x640",
"key": "large",
"url": "https://img.freepik.com/free-photo/tshirt_53876-104920.jpg"
},
"type": "vector"
},
"licenses": [
{
"type": "freemium",
"url": "https://www.freepik.com/profile/license/pdf/4350594"
},
{
"type": "freemium",
"url": "https://www.freepik.com/profile/license/pdf/4350594"
}
],
"author": {
"assets": 0,
"name": "John Doe",
"id": 2147483647,
"avatar": "https://avatar.cdnpk.net/61668527-220726032514.jpg",
"slug": "merry-christmas"
},
"id": 15667327,
"title": "White t-shirt with copy space on gray background",
"url": "https://www.freepik.com/free-photo/white-t-shirts-with-copy-space-gray-background_15667327.htm"
}
{
"keywords": {
"name": "Merry Christmas",
"slug": "merry-christmas"
},
"serie": {
"image": {
"orientation": "horizontal",
"source": {
"size": "740x640",
"key": "large",
"url": "https://img.freepik.com/free-photo/tshirt_53876-104920.jpg"
},
"type": "vector"
},
"licenses": [
{
"type": "freemium",
"url": "https://www.freepik.com/profile/license/pdf/4350594"
},
{
"type": "freemium",
"url": "https://www.freepik.com/profile/license/pdf/4350594"
}
],
"author": {
"assets": 0,
"name": "John Doe",
"id": 2147483647,
"avatar": "https://avatar.cdnpk.net/61668527-220726032514.jpg",
"slug": "merry-christmas"
},
"id": 15667327,
"title": "White t-shirt with copy space on gray background",
"url": "https://www.freepik.com/free-photo/white-t-shirts-with-copy-space-gray-background_15667327.htm"
},
"others": {
"image": {
"orientation": "horizontal",
"source": {
"size": "740x640",
"key": "large",
"url": "https://img.freepik.com/free-photo/tshirt_53876-104920.jpg"
},
"type": "vector"
},
"licenses": [
{
"type": "freemium",
"url": "https://www.freepik.com/profile/license/pdf/4350594"
},
{
"type": "freemium",
"url": "https://www.freepik.com/profile/license/pdf/4350594"
}
],
"author": {
"assets": 0,
"name": "John Doe",
"id": 2147483647,
"avatar": "https://avatar.cdnpk.net/61668527-220726032514.jpg",
"slug": "merry-christmas"
},
"id": 15667327,
"title": "White t-shirt with copy space on gray background",
"url": "https://www.freepik.com/free-photo/white-t-shirts-with-copy-space-gray-background_15667327.htm"
}
}
Metainformation about pagination
The current page.
1
The limit of resources per page.
1
The total number of pages.
1
The total number of resources.
1
If true, It has been ensured that the search does not return disabled resources.
true
{
"per_page": 1,
"total": 1,
"last_page": 1,
"current_page": 1,
"clean_search": true
}
curl --request GET \
--url https://api.freepik.com/v1/resources \
--header 'x-freepik-api-key: <api-key>'
{
"data": [
{
"id": 770011,
"title": "Sports car",
"url": "https://www.freepik.com/free-icon/sports-car_770011.htm",
"filename": "sports-car.zip",
"licenses": [
{
"type": "freemium",
"url": "https://www.freepik.com/profile/license/pdf/770011?lang=en"
}
],
"products": [],
"meta": {
"published_at": "2022-01-14T20:45:28.000Z",
"is_new": true,
"available_formats": {
"jpg": {
"total": 2,
"items": [
{
"id": 444,
"name": "Sports car",
"colorspace": "RGB",
"size": 100
},
{
"id": 555,
"name": "Sports car",
"colorspace": "RGB",
"size": 200
}
]
}
}
},
"image": {
"type": "photo",
"orientation": "square",
"source": {
"url": "https://img.flaticon.com/icons/png/512/67/67994.png",
"key": "large",
"size": "128x128"
}
},
"related": {
"serie": [],
"others": [],
"keywords": []
},
"stats": {
"downloads": 52527,
"likes": 137
},
"author": {
"id": 744082,
"name": "flaticon",
"avatar": "https://avatar.cdnpk.net/744082.jpg",
"slug": "flaticon"
}
},
{
"id": 1540200,
"title": "Grey car logo collection",
"url": "https://www.freepik.com/free-vector/grey-car-logo-collection_1540200.htm",
"filename": "grey-car-logo-collection.zip",
"licenses": [
{
"type": "freemium",
"url": "https://www.freepik.com/profile/license/pdf/1540200?lang=en"
}
],
"products": [
{
"type": "essential",
"url": "https://www.freepik.com/profile/license/pdf/1540200?lang=en"
}
],
"meta": {
"published_at": "2022-01-14T16:06:23.000Z",
"is_new": true,
"available_formats": {
"jpg": {
"total": 2,
"items": [
{
"id": 444,
"size": 100
},
{
"id": 555,
"size": 200
}
]
}
}
},
"image": {
"type": "vector",
"orientation": "square",
"source": {
"url": "https://",
"key": "large",
"size": "626x626"
}
},
"related": {
"serie": [],
"others": [],
"keywords": []
},
"stats": {
"downloads": 1639,
"likes": 18
},
"author": {
"id": 23,
"name": "freepik",
"avatar": "https://avatar.cdnpk.net/23.jpg",
"slug": "freepik"
}
}
],
"meta": {
"current_page": 1,
"last_page": 32,
"per_page": 2,
"total": 63
}
}