curl --request GET \
--url http://localhost:8000/api/v1/media/integrations/freepik/search \
--header 'Authorization: Bearer <token>'{
"assets": [
{
"id": "<string>",
"preview_url": "<string>",
"title": "<string>",
"thumbnail_url": "<string>",
"author": "<string>",
"tags": [
"<string>"
]
}
],
"total": 123,
"page": 123,
"limit": 123
}curl --request GET \
--url http://localhost:8000/api/v1/media/integrations/freepik/search \
--header 'Authorization: Bearer <token>'{
"assets": [
{
"id": "<string>",
"preview_url": "<string>",
"title": "<string>",
"thumbnail_url": "<string>",
"author": "<string>",
"tags": [
"<string>"
]
}
],
"total": 123,
"page": 123,
"limit": 123
}The access token received from the authorization server in the OAuth 2.0 flow.
Search query
1Page number (1-100)
1 <= x <= 100Results per page
1 <= x <= 50Sort order
relevance, recent Filter by orientation
landscape, portrait, square, panoramic Filter by content type
photo, psd, vector Filter by license
freemium, premium