--- title: 'Pexels' description: '' --- # Pexels undefined | Detail | Value | |---|---| | Category | Media | | Base URL | `https://api.pexels.com` | | Authentication | API Key | | Endpoints | 5 | | Connector key | `pexels` | ## Using Pexels in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Pexels** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_search_photos_0) | Search Photos | | [GET ](./get_curated_1) | Curated | | [GET ](./get_search_videos_2) | Search Videos | | [GET ](./get_popular_videos_3) | Popular Videos | | [GET ](./get_collections_4) | Collections | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.