--- title: 'Unsplash' description: '' --- # Unsplash undefined | Detail | Value | |---|---| | Category | Media | | Base URL | `https://api.unsplash.com` | | Authentication | OAuth2 | | Endpoints | 6 | | Connector key | `unsplash` | ## Using Unsplash in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Unsplash** 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_photos_0) | Photos | | [GET ](./get_search_1) | Search | | [GET ](./get_collections_2) | Collections | | [GET ](./get_topics_3) | Topics | | [GET ](./get_random_4) | Random | | [GET ](./get_statistics_5) | Statistics | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.