← Tools Reference

Magnific (Freepik)

Magnific (Freepik) integration (Design & Media, AI). Imported from open-connector.

API key3 toolshttps://api.magnific.com
GET
freepik_search_resources
Search Magnific stock images and templates through the resources API.

/v1/resources

6 parameters
ParamTypeRequiredDescription
pageintegeroptionalPage number. The official API requires 1 through 100.
limitintegeroptionalMaximum number of resources to return. The official API requires > 0.
orderstringoptionalSort order for search results.
termstringoptionalSearch term used to find resources.
acceptLanguagestringoptionalOptional Accept-Language value such as en-US, used by Magnific for localized se…
filtersobjectoptionalAdvanced Magnific resource filters mapped to the official filters deepObject qu…
GET
freepik_get_resource
Get detailed metadata for a Magnific stock resource by ID.

/v1/resources/{resourceId}

2 parameters
ParamTypeRequiredDescription
resourceIdstringrequiredThe Freepik resource ID.
acceptLanguagestringoptionalOptional Accept-Language value such as en-US, used by Magnific for localized se…
GET
freepik_download_resource
Create a Magnific stock resource download URL through the resources API.

/v1/resources/{resourceId}/download/{format}

4 parameters
ParamTypeRequiredDescription
resourceIdstringrequiredThe Freepik resource ID.
formatstringrequiredThe requested resource download format.
imageSizestringoptionalOptional photo resize value for the generic download endpoint, such as small, m…
acceptLanguagestringoptionalOptional Accept-Language value such as en-US, used by Magnific for localized se…