Appearance
Unsplash
undefined
| Detail | Value |
|---|---|
| Category | Media |
| Base URL | https://api.unsplash.com |
| Authentication | OAuth2 |
| Endpoints | 6 |
| Connector key | unsplash |
Using Unsplash in a workflow
- Go to Connections and click New Connection.
- Pick Unsplash from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — the full list is below.
Available endpoints
| Endpoint | Summary |
|---|---|
GET | Photos |
GET | Search |
GET | Collections |
GET | Topics |
GET | Random |
GET | Statistics |
Each endpoint is documented in full below. Use the outline on the right to jump to one.
GET
Photos
| Detail | Value |
|---|---|
| Operation ID | photos_0 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Unsplash connection from the Connection dropdown.
- In the Operation dropdown, select
photos_0. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Unsplash API reference.
GET
Search
| Detail | Value |
|---|---|
| Operation ID | search_1 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Unsplash connection from the Connection dropdown.
- In the Operation dropdown, select
search_1. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Unsplash API reference.
GET
Collections
| Detail | Value |
|---|---|
| Operation ID | collections_2 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Unsplash connection from the Connection dropdown.
- In the Operation dropdown, select
collections_2. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Unsplash API reference.
GET
Topics
| Detail | Value |
|---|---|
| Operation ID | topics_3 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Unsplash connection from the Connection dropdown.
- In the Operation dropdown, select
topics_3. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Unsplash API reference.
GET
Random
| Detail | Value |
|---|---|
| Operation ID | random_4 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Unsplash connection from the Connection dropdown.
- In the Operation dropdown, select
random_4. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Unsplash API reference.
GET
Statistics
| Detail | Value |
|---|---|
| Operation ID | statistics_5 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Unsplash connection from the Connection dropdown.
- In the Operation dropdown, select
statistics_5. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Unsplash API reference.