← Tools Reference

Pexels

Pexels integration (Design & Media). Imported from open-connector.

API key9 toolshttps://api.pexels.com
GET
pexels_search_photos
Search Pexels photos by query with optional orientation, size, color, locale, and pagination filters.

/v1/search

7 parameters
ParamTypeRequiredDescription
querystringrequiredThe search query used to find matching photos on Pexels.
orientationstringoptionalPhoto orientation filter.
sizestringoptionalPhoto size filter.
colorstringoptionalThe color filter to apply, such as a named color or hexadecimal code.
localestringoptionalThe locale to use for the photo search, such as en-US or pt-BR.
pageintegeroptionalPage number to return.
perPageintegeroptionalNumber of results per page.
GET
pexels_curated_photos
Retrieve the current curated photo feed from Pexels with pagination controls.

/v1/curated

2 parameters
ParamTypeRequiredDescription
pageintegeroptionalPage number to return.
perPageintegeroptionalNumber of results per page.
GET
pexels_get_photo
Retrieve the full metadata for a single Pexels photo by photo id.

/v1/photos/{photoId}

1 parameter
ParamTypeRequiredDescription
photoIdintegerrequiredThe unique identifier of the photo to retrieve.
GET
pexels_featured_collections
Retrieve featured Pexels collections with pagination controls.

/v1/collections/featured

2 parameters
ParamTypeRequiredDescription
pageintegeroptionalPage number to return.
perPageintegeroptionalNumber of results per page.
GET
pexels_my_collections
Retrieve collections owned by the authenticated Pexels account.

/v1/collections

2 parameters
ParamTypeRequiredDescription
pageintegeroptionalPage number to return.
perPageintegeroptionalNumber of results per page.
GET
pexels_collection_media
Retrieve photos and videos from a Pexels collection with pagination, type, and sort controls.

/v1/collections/{collectionId}

5 parameters
ParamTypeRequiredDescription
collectionIdstringrequiredThe Pexels collection identifier.
pageintegeroptionalPage number to return.
perPageintegeroptionalNumber of results per page.
typestringoptionalMedia type filter.
sortstringoptionalCollection media sort order.
GET
pexels_search_videos
Search Pexels videos by query with optional orientation, size, locale, and pagination filters.

/v1/videos/search

6 parameters
ParamTypeRequiredDescription
querystringrequiredThe search query used to find matching videos on Pexels.
orientationstringoptionalVideo orientation filter.
sizestringoptionalVideo size filter.
localestringoptionalThe locale to use for the video search, such as en-US or pt-BR.
pageintegeroptionalPage number to return.
perPageintegeroptionalNumber of results per page.
GET
pexels_popular_videos
Retrieve popular Pexels videos with optional dimension, duration, and pagination filters.

/v1/videos/popular

6 parameters
ParamTypeRequiredDescription
pageintegeroptionalPage number to return.
perPageintegeroptionalNumber of results per page.
minWidthintegeroptionalMinimum video width in pixels.
minHeightintegeroptionalMinimum video height in pixels.
minDurationintegeroptionalMinimum video duration in seconds.
maxDurationintegeroptionalMaximum video duration in seconds.
GET
pexels_get_video
Retrieve the full metadata for a single Pexels video by video id.

/v1/videos/videos/{videoId}

1 parameter
ParamTypeRequiredDescription
videoIdintegerrequiredThe unique identifier of the video to retrieve.