NAiOS IconNAiOS Logo
Volver al catálogo

Pexels

pexels

Pexels 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
8
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • idstringObligatorio

    The unique identifier of the Pexels collection.

  • pageinteger

    Page number for pagination, must be >= 1.

  • per_pageinteger

    Number of results per page (1-80).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Curated PhotosPEXELS_CURATED_PHOTOSAcción

Tool to get real-time curated photos. use when you need to fetch curated photos with pagination support.

Parámetros de entrada

  • pageinteger

    Page number to retrieve (min 1). Defaults to Pexels API default of 1.

  • per_pageinteger

    Number of results per page (min 1, max 80). Defaults to Pexels API default of 15.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Featured CollectionsPEXELS_FEATURED_COLLECTIONSAcción

Tool to get featured collections. use when you need curated collections of photos and videos with pagination support.

Parámetros de entrada

  • pageinteger

    Page number of results to retrieve, must be >= 1.

  • per_pageinteger

    Number of results per page (1-80). Defaults to 15.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get PhotoPEXELS_GET_PHOTOAcción

Tool 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

  • idintegerObligatorio

    The unique identifier of the photo to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get My CollectionsPEXELS_MY_COLLECTIONSAcción

Tool 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

  • pageinteger

    Page number to retrieve, must be >= 1

  • per_pageinteger

    Number of collections per page, between 1 and 80

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Popular VideosPEXELS_POPULAR_VIDEOSAcción

Tool to retrieve current popular pexels videos. use when you want to fetch trending videos from pexels.

Parámetros de entrada

  • pageinteger

    Page number to retrieve. Default is 1.

  • per_pageinteger

    Number of videos per page (1–80). Default is 15.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Search PhotosPEXELS_SEARCH_PHOTOSAcción

Tool 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

  • pageinteger

    Page number of results to retrieve, must be >= 1.

  • sizestringenum

    Filter by photo size.

    largemediumsmall
  • colorstring

    Filter by photo color. Accepts standard color names or hex codes, e.g., 'red' or '#00ff00'.

  • querystringObligatorio

    Search term to find photos.

  • localestring

    Language locale for search results, e.g., 'en-US', 'pt-BR'.

  • per_pageinteger

    Number of results per page (1-80). Defaults to 15.

  • orientationstringenum

    Filter by photo orientation.

    landscapeportraitsquare

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Search VideosPEXELS_SEARCH_VIDEOSAcción

Tool to search for videos on pexels by query and optional filters. use when you need to find relevant video assets.

Parámetros de entrada

  • pageinteger

    Page number for paginated results (starting at 1)

  • sizestringenum

    Filter results by video size

    largemediumsmall
  • querystringObligatorio

    Search query term for finding relevant videos

  • per_pageinteger

    Number of results per page (min 1, max 80)

  • orientationstringenum

    Filter results by video orientation

    landscapeportraitsquare

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not