Pexels
pexelsPexels offers a free API that provides access to a vast library of high-quality photos and videos, enabling seamless integration into applications and websites.
Acciones disponibles (8)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get Collection MediaPEXELS_COLLECTION_MEDIAAcciónTool to get all media within a collection by its id. use when you need to fetch paginated media from a specific collection.
PEXELS_COLLECTION_MEDIAAcciónTool to get all media within a collection by its id. use when you need to fetch paginated media from a specific collection.
Parámetros de entrada
idstringObligatorioThe unique identifier of the Pexels collection.
pageintegerPage number for pagination, must be >= 1.
per_pageintegerNumber of results per page (1-80).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Curated PhotosPEXELS_CURATED_PHOTOSAcciónTool to get real-time curated photos. use when you need to fetch curated photos with pagination support.
PEXELS_CURATED_PHOTOSAcciónTool to get real-time curated photos. use when you need to fetch curated photos with pagination support.
Parámetros de entrada
pageintegerPage number to retrieve (min 1). Defaults to Pexels API default of 1.
per_pageintegerNumber of results per page (min 1, max 80). Defaults to Pexels API default of 15.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Featured CollectionsPEXELS_FEATURED_COLLECTIONSAcciónTool to get featured collections. use when you need curated collections of photos and videos with pagination support.
PEXELS_FEATURED_COLLECTIONSAcciónTool to get featured collections. use when you need curated collections of photos and videos with pagination support.
Parámetros de entrada
pageintegerPage number of results to retrieve, must be >= 1.
per_pageintegerNumber of results per page (1-80). Defaults to 15.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get PhotoPEXELS_GET_PHOTOAcciónTool to retrieve detailed information about a specific photo. use when you have a valid photo id to fetch metadata including dimensions, photographer details, and image urls. use after confirming the photo id from search or curated endpoints.
PEXELS_GET_PHOTOAcciónTool to retrieve detailed information about a specific photo. use when you have a valid photo id to fetch metadata including dimensions, photographer details, and image urls. use after confirming the photo id from search or curated endpoints.
Parámetros de entrada
idintegerObligatorioThe unique identifier of the photo to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get My CollectionsPEXELS_MY_COLLECTIONSAcciónTool to get all of the user's collections on pexels. use when you need to list a user's collections with pagination support.
PEXELS_MY_COLLECTIONSAcciónTool to get all of the user's collections on pexels. use when you need to list a user's collections with pagination support.
Parámetros de entrada
pageintegerPage number to retrieve, must be >= 1
per_pageintegerNumber of collections per page, between 1 and 80
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Popular VideosPEXELS_POPULAR_VIDEOSAcciónTool to retrieve current popular pexels videos. use when you want to fetch trending videos from pexels.
PEXELS_POPULAR_VIDEOSAcciónTool to retrieve current popular pexels videos. use when you want to fetch trending videos from pexels.
Parámetros de entrada
pageintegerPage number to retrieve. Default is 1.
per_pageintegerNumber of videos per page (1–80). Default is 15.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search PhotosPEXELS_SEARCH_PHOTOSAcciónTool to search for photos on pexels. use when you need to retrieve photos by a search term and optional filters. call after confirming you have a valid pexels api key.
PEXELS_SEARCH_PHOTOSAcciónTool to search for photos on pexels. use when you need to retrieve photos by a search term and optional filters. call after confirming you have a valid pexels api key.
Parámetros de entrada
pageintegerPage number of results to retrieve, must be >= 1.
sizestringenumFilter by photo size.
largemediumsmallcolorstringFilter by photo color. Accepts standard color names or hex codes, e.g., 'red' or '#00ff00'.
querystringObligatorioSearch term to find photos.
localestringLanguage locale for search results, e.g., 'en-US', 'pt-BR'.
per_pageintegerNumber of results per page (1-80). Defaults to 15.
orientationstringenumFilter by photo orientation.
landscapeportraitsquare
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search VideosPEXELS_SEARCH_VIDEOSAcciónTool to search for videos on pexels by query and optional filters. use when you need to find relevant video assets.
PEXELS_SEARCH_VIDEOSAcciónTool to search for videos on pexels by query and optional filters. use when you need to find relevant video assets.
Parámetros de entrada
pageintegerPage number for paginated results (starting at 1)
sizestringenumFilter results by video size
largemediumsmallquerystringObligatorioSearch query term for finding relevant videos
per_pageintegerNumber of results per page (min 1, max 80)
orientationstringenumFilter results by video orientation
landscapeportraitsquare
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not