← Tools Reference

Unsplash

Unsplash integration (Design & Media). Imported from open-connector.

API key6 toolshttps://api.unsplash.com
GET
unsplash_list_photos
List the latest public photos from Unsplash.

/photos

3 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based page number to retrieve.
perPageintegeroptionalThe number of items to return per page, between 1 and 30.
orderBystringoptionalThe sort order supported by the Unsplash photo listing endpoints.
GET
unsplash_search_photos
Search photos on Unsplash using keyword and filter inputs.

/search/photos

8 parameters
ParamTypeRequiredDescription
querystringrequiredThe search query to run against Unsplash photos.
pageintegeroptionalThe 1-based page number to retrieve.
perPageintegeroptionalThe number of items to return per page, between 1 and 30.
orderBystringoptionalThe sort order supported by the Unsplash photo search endpoint.
colorstringoptionalThe color filter to apply to photo search results.
orientationstringoptionalThe photo orientation filter to apply.
contentFilterstringoptionalThe safety filter level to apply to supported Unsplash requests.
collectionsarrayoptionalThe collection identifiers to filter the search results by.
GET
unsplash_get_photo
Fetch the detailed payload for a single Unsplash photo.

/photos/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Unsplash photo identifier to retrieve.
GET
unsplash_get_random_photo
Fetch one or more random Unsplash photos using optional filters.

/photos/random

7 parameters
ParamTypeRequiredDescription
querystringoptionalThe search query used to constrain the random photo.
collectionsarrayoptionalThe collection identifiers used to constrain the random photo.
topicsarrayoptionalThe topic identifiers used to constrain the random photo.
usernamestringoptionalThe username used to constrain the random photo.
orientationstringoptionalThe photo orientation filter to apply.
contentFilterstringoptionalThe safety filter level to apply to supported Unsplash requests.
countintegeroptionalThe number of random photos to request, between 1 and 30.
GET
unsplash_list_topics
List topics curated by Unsplash.

/topics

3 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based page number to retrieve.
perPageintegeroptionalThe number of items to return per page, between 1 and 30.
orderBystringoptionalThe sort order supported by the Unsplash topic listing endpoint.
GET
unsplash_get_topic_photos
List photos from a specific Unsplash topic.

/topics/{topicIdOrSlug}/photos

5 parameters
ParamTypeRequiredDescription
topicIdOrSlugstringrequiredThe topic identifier or slug to read photos from.
pageintegeroptionalThe 1-based page number to retrieve.
perPageintegeroptionalThe number of items to return per page, between 1 and 30.
orientationstringoptionalThe photo orientation filter to apply.
orderBystringoptionalThe sort order supported by the Unsplash photo listing endpoints.