@datafire/shutterstock
v3.0.0
Published
DataFire integration for Shutterstock API Explorer
Downloads
3
Readme
@datafire/shutterstock
Client library for Shutterstock API Explorer
Installation and Usage
npm install --save @datafire/shutterstock
let shutterstock = require('@datafire/shutterstock').create({
username: "",
password: "",
access_token: "",
refresh_token: "",
client_id: "",
client_secret: "",
redirect_uri: ""
});
.then(data => {
console.log(data);
});
Description
The Shutterstock API provides access to Shutterstock's library of media, as well as information about customers' accounts and the contributors that provide the media.
Actions
oauthCallback
Exchange the code passed to your redirect URI for an access_token
shutterstock.oauthCallback({
"code": ""
}, context)
Input
- input
object
- code required
string
- code required
Output
- output
object
- access_token
string
- refresh_token
string
- token_type
string
- scope
string
- expiration
string
- access_token
oauthRefresh
Exchange a refresh_token for an access_token
shutterstock.oauthRefresh(null, context)
Input
This action has no parameters
Output
- output
object
- access_token
string
- refresh_token
string
- token_type
string
- scope
string
- expiration
string
- access_token
getTrackList
This endpoint lists information about one or more audio tracks, including the description and publication date.
shutterstock.getTrackList({
"id": []
}, context)
Input
- input
object
- id required
array
: One or more audio IDs - view
string
(values: minimal, full): Amount of detail to render in the response
- id required
Output
- output AudioDataList
getSoundboxList
This endpoint lists your collections of audio tracks and their basic attributes.
shutterstock.getSoundboxList({}, context)
Input
- input
object
- page
integer
: Page number - per_page
integer
: Number of results per page
- page
Output
- output CollectionDataList
createSoundbox
This endpoint creates one or more collections (soundboxes). To add tracks, use POST /v2/audio/collections/{id}/items
.
shutterstock.createSoundbox({
"body": {
"name": ""
}
}, context)
Input
- input
object
- body required CollectionCreateRequest
Output
- output CollectionCreateResponse
deleteSoundbox
This endpoint deletes a collection.
shutterstock.deleteSoundbox({
"id": ""
}, context)
Input
- input
object
- id required
string
: Collection ID
- id required
Output
Output schema unknown
getSoundbox
This endpoint gets more detailed information about a collection, including the number of items in it and when it was last updated. To get the tracks in collections, use GET /v2/audio/collections/{id}/items
.
shutterstock.getSoundbox({
"id": ""
}, context)
Input
- input
object
- id required
string
: Collection ID
- id required
Output
- output Collection
renameSoundbox
This endpoint sets a new name for a collection.
shutterstock.renameSoundbox({
"id": "",
"body": {
"name": ""
}
}, context)
Input
- input
object
- id required
string
: Collection ID - body required CollectionUpdateRequest
- id required
Output
Output schema unknown
deleteSoundboxItems
This endpoint removes one or more tracks from a collection.
shutterstock.deleteSoundboxItems({
"id": ""
}, context)
Input
- input
object
- id required
string
: Collection ID - item_id
array
: One or more item IDs to remove from the collection
- id required
Output
Output schema unknown
getSoundboxItems
This endpoint lists the IDs of tracks in a collection and the date that each was added.
shutterstock.getSoundboxItems({
"id": ""
}, context)
Input
- input
object
- id required
string
: Collection ID - page
integer
: Page number - per_page
integer
: Number of results per page - sort
string
(values: newest, oldest): Sort order
- id required
Output
- output CollectionItemDataList
addSoundboxItems
This endpoint adds one or more tracks to a collection by track IDs.
shutterstock.addSoundboxItems({
"id": "",
"body": {
"items": []
}
}, context)
Input
- input
object
- id required
string
: Collection ID - body required CollectionItemRequest
- id required
Output
Output schema unknown
getGenres
This endpoint returns a list of all audio genres.
shutterstock.getGenres(null, context)
Input
This action has no parameters
Output
- output GenreList
getInstruments
This endpoint returns a list of all audio instruments.
shutterstock.getInstruments(null, context)
Input
This action has no parameters
Output
- output InstrumentList
getAudioLicenseList
This endpoint lists existing licenses. You can filter the results according to the track ID to see if you have an existing license for a specific track.
shutterstock.getAudioLicenseList({}, context)
Input
- input
object
- audio_id
string
: Show licenses for the specified track ID
- audio_id
Output
- output DownloadHistoryDataList
licenseTrack
This endpoint gets licenses for one or more tracks.
shutterstock.licenseTrack({
"body": {
"audio": []
}
}, context)
Input
- input
object
- license
string
(values: audio_standard, audio_enhanced, audio_platform, premier_music_basic, premier_music_extended, premier_music_pro, premier_music_comp): License type - search_id
string
: The ID of the search that led to licensing this track - body required LicenseAudioRequest
- license
Output
- output LicenseAudioResultDataList
downloadTracks
This endpoint redownloads tracks that you have already received a license for.
shutterstock.downloadTracks({
"id": ""
}, context)
Input
- input
object
- id required
string
: License ID
- id required
Output
- output Url
getMoods
This endpoint returns a list of all audio moods.
shutterstock.getMoods(null, context)
Input
This action has no parameters
Output
- output MoodList
searchAudio
This endpoint searches for tracks. If you specify more than one search parameter, the API uses an AND condition. Array parameters can be specified multiple times; in this case, the API uses an AND or an OR condition with those values, depending on the parameter.
shutterstock.searchAudio({}, context)
Input
- input
object
- artists
array
: Show tracks with one of the specified artist names or IDs - bpm
integer
: (Deprecated; use bpm_from and bpm_to instead) Show tracks with the specified beats per minute - bpm_from
integer
: Show tracks with the specified beats per minute or faster - bpm_to
integer
: Show tracks with the specified beats per minute or slower - duration
integer
: Show tracks with the specified duration (seconds) - duration_from
integer
: Show tracks with the specified duration or longer (seconds) - duration_to
integer
: Show tracks with the specified duration or shorter (seconds) - genre
array
: Show tracks with each of the specified genres; to get the list of genres, useGET /v2/audio/genres
- is_instrumental
boolean
: Show instrumental music only - instruments
array
: Show tracks with each of the specified instruments; to get the list of instruments, useGET /v2/audio/instruments
- moods
array
: Show tracks with each of the specified moods; to get the list of moods, useGET /v2/audio/moods
- page
integer
: Page number - per_page
integer
: Number of results per page - query
string
: One or more search terms separated by spaces - sort
string
(values: score, ranking_all, artist, title, bpm, freshness, duration): Sort by - sort_order
string
(values: asc, desc): Sort order, asc or desc - vocal_description
string
: Show tracks with the specified vocal description (male, female) - view
string
(values: minimal, full): Amount of detail to render in the response - fields
string
: Fields to display in the response; see the documentation for the fields parameter in the overview section - library
string
(values: shutterstock, premier): Which library to search - language
string
: Which language to search in
- artists
Output
- output AudioSearchResults
getTrack
This endpoint shows information about a track, including its genres, instruments, and other attributes.
shutterstock.getTrack({
"id": ""
}, context)
Input
- input
object
- id required
string
: Audio track ID - view
string
(values: minimal, full): Amount of detail to render in the response
- id required
Output
- output Audio
getContributorList
This endpoint lists information about one or more contributors, including contributor type, equipment they use and other attributes.
shutterstock.getContributorList({
"id": []
}, context)
Input
- input
object
- id required
array
: One or more contributor IDs
- id required
Output
- output ContributorProfileDataList
getContributor
This endpoint shows information about a single contributor, including contributor type, equipment they use, and other attributes.
shutterstock.getContributor({
"contributor_id": ""
}, context)
Input
- input
object
- contributor_id required
string
: Contributor ID
- contributor_id required
Output
- output ContributorProfile
getContributorCollectionsList
This endpoint lists collections based on contributor ID.
shutterstock.getContributorCollectionsList({
"contributor_id": ""
}, context)
Input
- input
object
- contributor_id required
string
: Contributor ID - sort
string
(values: newest, last_updated, item_count): Sort order
- contributor_id required
Output
- output CollectionDataList
getContributorCollections
This endpoint gets more detailed information about a contributor's collection, including its cover image, timestamps for its creation, and most recent update. To get the items in collections, use GET /v2/contributors/{contributor_id}/collections/{id}/items.
shutterstock.getContributorCollections({
"contributor_id": "",
"id": ""
}, context)
Input
- input
object
- contributor_id required
string
: Contributor ID - id required
string
: Collection ID that belongs to the contributor
- contributor_id required
Output
- output Collection
getContributorCollectionItems
This endpoint lists the IDs of items in a contributor's collection and the date that each was added.
shutterstock.getContributorCollectionItems({
"contributor_id": "",
"id": ""
}, context)
Input
- input
object
- contributor_id required
string
: Contributor ID - id required
string
: Collection ID that belongs to the contributor - page
integer
: Page number - per_page
integer
: Number of results per page - sort
string
(values: newest, oldest): Sort order
- contributor_id required
Output
- output CollectionItemDataList
uploadImage
This endpoint uploads an image for reverse image or video search. Images must be in JPEG or PNG format. To get the search results, pass the upload ID that this endpoint returns to the GET /v2/cv/similar/images or GET /v2/cv/similar/videos endpoints. Contact us for access to this endpoint.
shutterstock.uploadImage({
"body": {
"base64_image": ""
}
}, context)
Input
- input
object
- body required ImageCreateRequest
Output
- output
object
: Computer vision image upload information- upload_id required
string
- upload_id required
getSimilarImages
This endpoint returns images that are visually similar to an image that you specify or upload.
shutterstock.getSimilarImages({
"asset_id": ""
}, context)
Input
- input
object
- asset_id required
string
: The asset ID or upload ID to find similar videos for - language
string
(values: cs, da, de, en, es, fi, fr, hu, it, ja, ko, nb, nl, pl, pt, ru, sv, th, tr, zh, zh-Hant): Language for the keywords and categories in the response - page
integer
: Page number - per_page
integer
: Number of results per page, defaults to 20 - view
string
(values: minimal, full): Amount of detail to render in the response
- asset_id required
Output
- output ImageSearchResults
getSimilarVideos
This endpoint returns videos that are visually similar to an image that you specify or upload.
shutterstock.getSimilarVideos({
"asset_id": ""
}, context)
Input
- input
object
- asset_id required
string
: The asset ID or upload ID to find similar videos for - language
string
(values: cs, da, de, en, es, fi, fr, hu, it, ja, ko, nb, nl, pl, pt, ru, sv, th, tr, zh, zh-Hant): Language for the keywords and categories in the response - page
integer
: Page number - per_page
integer
: Number of results per page, defaults to 20 - view
string
(values: minimal, full): Amount of detail to render in the response
- asset_id required
Output
- output VideoSearchResults
licenseEditorialImage
This endpoint gets licenses for one or more editorial images. You must specify the country and one or more editorial images to license.
shutterstock.licenseEditorialImage({
"body": {
"country": "",
"editorial": []
}
}, context)
Input
- input
object
- body required LicenseEditorialContentRequest
Output
getEditorialLivefeedList
Get editorial livefeed list
shutterstock.getEditorialLivefeedList({
"country": ""
}, context)
Input
- input
object
- country required
string
: Returns only livefeeds that are available for distribution in a certain country; specify with 3-letter ISO 3166-1 alpha-3 country code such as USA or DEU - page
integer
: Page number - per_page
integer
: Number of results per page, defaults to 20
- country required
Output
- output EditorialLivefeedList
getEditorialLivefeed
Get editorial livefeed
shutterstock.getEditorialLivefeed({
"id": "",
"country": ""
}, context)
Input
- input
object
- id required
string
: Editorial livefeed ID; must be an URI encoded string - country required
string
: Returns only if the livefeed is available for distribution in a certain country; specify with 3-letter ISO 3166-1 alpha-3 country code such as USA or DEU
- id required
Output
- output EditorialLivefeed
getEditorialLivefeedItems
Get editorial livefeed items
shutterstock.getEditorialLivefeedItems({
"id": "",
"country": ""
}, context)
Input
- input
object
- id required
string
: Editorial livefeed ID; must be an URI encoded string - country required
string
: Returns only if the livefeed items are available for distribution in a certain country; specify with 3-letter ISO 3166-1 alpha-3 country code such as USA or DEU
- id required
Output
- output EditorialContentDataList
searchEditorial
This endpoint searches for editorial images. If you specify more than one search parameter, the API uses an AND condition. Array parameters can be specified multiple times; in this case, the API uses an AND or an OR condition with those values, depending on the parameter. You can also filter search terms out in the query
parameter by prefixing the term with NOT.
shutterstock.searchEditorial({
"country": ""
}, context)
Input
- input
object
- query
string
: One or more search terms separated by spaces - sort
string
(values: relevant, newest, oldest): Sort by - category
string
: Show editorial content within a certain editorial category; specify by category name - country required
string
: Show only editorial content that is available for distribution in a certain country; specify with 3-letter ISO 3166-1 alpha-3 country code such as USA or DEU - supplier_code
array
: Show only editorial content from certain suppliers - date_start
string
: Show only editorial content generated on or after a specific date, in the format of YYYY-MM-DD - date_end
string
: Show only editorial content generated on or before a specific date, in the format of YYYY-MM-DD - per_page
integer
: Number of results per page, defaults to 20 - cursor
string
: The cursor of the page with which to start fetching results; this cursor is returned from previous requests
- query
Output
- output EditorialSearchResults
getEditorialImage
This endpoint shows information about an editorial image, including a URL to a preview image and the sizes that it is available in.
shutterstock.getEditorialImage({
"id": "",
"country": ""
}, context)
Input
- input
object
- id required
string
: Editorial ID - country required
string
: Returns only if the content is available for distribution in a certain country; specify with 3-letter ISO 3166-1 alpha-3 country code such as USA or DEU
- id required
Output
- output EditorialContent
getImageList
This endpoint lists information about one or more images, including the available sizes.
shutterstock.getImageList({
"id": []
}, context)
Input
- input
object
- id required
array
: One or more image IDs - view
string
(values: minimal, full): Amount of detail to render in the response
- id required
Output
- output ImageDataList
uploadEphemeralImage
Deprecated; use POST /v2/cv/images
instead. This endpoint uploads an image for reverse image search. The image must be in JPEG or PNG format. To get the search results, pass the ID that this endpoint returns to the GET /v2/images/{id}/similar
endpoint.
shutterstock.uploadEphemeralImage({
"body": {
"base64_image": ""
}
}, context)
Input
- input
object
- body required ImageCreateRequest
Output
- output ImageCreateResponse
getImageCategories
This endpoint lists the categories (Shutterstock-assigned genres) that images can belong to.
shutterstock.getImageCategories({}, context)
Input
- input
object
- language
string
(values: cs, da, de, en, es, fi, fr, hu, it, ja, ko, nb, nl, pl, pt, ru, sv, th, tr, zh, zh-Hant): Language for the keywords and categories in the response
- language
Output
- output CategoryDataList
getLightboxList
This endpoint lists your collections of images and their basic attributes.
shutterstock.getLightboxList({}, context)
Input
- input
object
- embed
array
: Which sharing information to include in the response, such as a URL to the collection - page
integer
: Page number - per_page
integer
: Number of results per page, defaults to 100
- embed
Output
- output CollectionDataList
createLightbox
This endpoint creates one or more image collections (lightboxes). To add images to the collections, use POST /v2/images/collections/{id}/items
.
shutterstock.createLightbox({
"body": {
"name": ""
}
}, context)
Input
- input
object
- body required CollectionCreateRequest
Output
Output schema unknown
getFeaturedLightboxList
This endpoint lists featured collections of specific types and a name and cover image for each collection.
shutterstock.getFeaturedLightboxList({}, context)
Input
- input
object
- embed
string
(values: share_url): Which sharing information to include in the response, such as a URL to the collection - type
array
: The types of collections to return - asset_hint
string
(values: 1x, 2x): Cover image size, defaults to 1x
- embed
Output
- output FeaturedCollectionDataList
getFeaturedLightbox
This endpoint gets more detailed information about a featured collection, including its cover image and timestamps for its creation and most recent update. To get the images, use GET /v2/images/collections/featured/{id}/items
.
shutterstock.getFeaturedLightbox({
"id": ""
}, context)
Input
- input
object
- id required
string
: Collection ID - embed
string
(values: share_url): Which sharing information to include in the response, such as a URL to the collection - asset_hint
string
(values: 1x, 2x): Cover image size, defaults to 1x
- id required
Output
- output FeaturedCollection
getFeaturedLightboxItems
This endpoint lists the IDs of images in a featured collection and the date that each was added.
shutterstock.getFeaturedLightboxItems({
"id": ""
}, context)
Input
- input
object
- id required
string
: Collection ID - page
integer
: Page number - per_page
integer
: Number of results per page, defaults to 100
- id required
Output
- output CollectionItemDataList
deleteLightbox
This endpoint deletes an image collection.
shutterstock.deleteLightbox({
"id": ""
}, context)
Input
- input
object
- id required
string
: Collection ID
- id required
Output
Output schema unknown
getLightbox
This endpoint gets more detailed information about a collection, including its cover image and timestamps for its creation and most recent update. To get the images in collections, use GET /v2/images/collections/{id}/items
.
shutterstock.getLightbox({
"id": ""
}, context)
Input
- input
object
- id required
string
: Collection ID - embed
array
: Which sharing information to include in the response, such as a URL to the collection - share_code
string
: Code to retrieve a shared collection
- id required
Output
- output Collection
renameLightbox
This endpoint sets a new name for an image collection.
shutterstock.renameLightbox({
"id": "",
"body": {
"name": ""
}
}, context)
Input
- input
object
- id required
string
: Collection ID - body required CollectionUpdateRequest
- id required
Output
Output schema unknown
deleteLightboxItems
This endpoint removes one or more images from a collection.
shutterstock.deleteLightboxItems({
"id": ""
}, context)
Input
- input
object
- id required
string
: Collection ID - item_id
array
: One or more image IDs to remove from the collection
- id required
Output
Output schema unknown
getLightboxItems
This endpoint lists the IDs of images in a collection and the date that each was added.
shutterstock.getLightboxItems({
"id": ""
}, context)
Input
- input
object
- id required
string
: Collection ID - share_code
string
: Code to retrieve the contents of a shared collection - page
integer
: Page number - per_page
integer
: Number of results per page, defaults to 100
- id required
Output
- output CollectionItemDataList
addLightboxItems
This endpoint adds one or more images to a collection by image IDs.
shutterstock.addLightboxItems({
"id": "",
"body": {
"items": []
}
}, context)
Input
- input
object
- id required
string
: Collection ID - body required CollectionItemRequest
- id required
Output
Output schema unknown
getImageLicenseList
This endpoint lists existing licenses. You can filter the results according to the type of license or the image ID.
shutterstock.getImageLicenseList({}, context)
Input
- input
object
- image_id
string
: Show licenses for the specified image ID - license
string
: Show images that are available with the specified license, such asstandard
orenhanced
; prepending a-
sign excludes results from that license - page
integer
: Page number - per_page
integer
: Number of results per page, defaults to 20 - sort
string
(values: newest, oldest): Sort order
- image_id
Output
- output DownloadHistoryDataList
licenseImages
This endpoint gets licenses for one or more images. You must specify the image IDs in the body parameter and other details like the format, size, and subscription ID either in the query parameter or with each image ID in the body parameter. Values in the body parameter override values in the query parameters.
shutterstock.licenseImages({
"body": {
"images": []
}
}, context)
Input
- input
object
- subscription_id
string
: Subscription ID to use to license the image - format
string
(values: eps, jpg): Image format, defaults to jpg - size
string
(values: small, medium, huge, vector): Image size - search_id
string
: Search ID that was provided in the results of an image search - body required LicenseImageRequest
- subscription_id
Output
- output LicenseImageResultDataList
downloadImage
This endpoint redownloads images that you have already received a license for.
shutterstock.downloadImage({
"id": "",
"body": {}
}, context)
Input
- input
object
- id required
string
: License ID - body required RedownloadImage
- id required
Output
- output Url
getImageRecommendations
This endpoint returns images that customers put in the same collection as the specified image IDs.
shutterstock.getImageRecommendations({
"id": []
}, context)
Input
- input
object
- id required
array
: Image IDs - max_items
integer
: Maximum number of results returned in the response - safe
boolean
: Restrict results to safe images
- id required
Output
- output RecommendationDataList
searchImages
This endpoint searches for images. If you specify more than one search parameter, the API uses an AND condition. Array parameters can be specified multiple times; in this case, the API uses an AND or an OR condition with those values, depending on the parameter. You can also filter search terms out in the query
parameter by prefixing the term with NOT. Free API accounts show results only from a limited library of media, not the full Shutterstock media library. Also, the number of search fields they can use in a request is limited.
shutterstock.searchImages({}, context)
Input
- input
object
- added_date
string
: Show images added on the specified date, in the format YYYY-MM-DD - added_date_start
string
: Show images added on or after the specified date, in the format YYYY-MM-DD - added_date_end
string
: Show images added before the specified date, in the format YYYY-MM-DD - category
string
: Show images with the specified Shutterstock-defined category; specify a category name or ID - color
string
: Specify a hexadecimal color in the format '4F21EA'; the API groups it into one of 15 color categories and returns images that primarily use that color category - contributor
array
: Show images with the specified contributor names or IDs, allows multiple - contributor_country
array
: Show images from contributors in one or more specified countries by 2-letter ISO 3166-1 alpha-2 country code, such as DE or US - height
integer
: (Deprecated; use height_from and height_to instead) Show images with the specified height - height_from
integer
: Show images with the specified height or larger, in pixels - height_to
integer
: Show images with the specified height or smaller, in pixels - image_type
array
: Show images of the specified type - language
string
(values: cs, da, de, en, es, fi, fr, hu, it, ja, ko, nb, nl, pl, pt, ru, sv, th, tr, zh, zh-Hant): Set query and result language (uses Accept-Language header if not set) - license
array
: Show only images with the specified license - model
array
: Show image results with the specified model IDs - orientation
string
(values: horizontal, vertical): Show image results with horizontal or vertical orientation - page
integer
: Page number - per_page
integer
: Number of results per page, defaults to 20 - people_model_released
boolean
: Show images of people with a signed model release - people_age
string
(values: infants, children, teenagers, 20s, 30s, 40s, 50s, 60s, older): Show images that feature people of the specified age category - people_ethnicity
string
(values: african, african_american, black, brazilian, chinese, caucasian, east_asian, hispanic, japanese, middle_eastern, native_american, pacific_islander, south_asian, southeast_asian, other): Show images with people of the specified ethnicity - people_gender
string
(values: male, female, both): Show images with people of the specified gender - people_number
integer
: Show images with the specified number of people - query
string
: One or more search terms separated by spaces; you can use NOT to filter out images that match a term - safe
boolean
: Enable or disable safe search - sort
string
(values: newest, popular, relevance, random): Sort by - spellcheck_query
boolean
: Spellcheck the search query and return results on suggested spellings - view
string
(values: minimal, full): Amount of detail to render in the response - width
integer
: (Deprecated; use width_from and width_to instead) Show images with the specified width - width_from
integer
: Show images with the specified width or larger, in pixels - width_to
integer
: Show images with the specified width or smaller, in pixels
- added_date
Output
- output ImageSearchResults
getUpdatedImages
This endpoint lists images that have been updated in the specified time period to update content management systems (CMS) or digital asset management (DAM) systems. In most cases, use the interval
parameter to show images that were updated recently, but you can also use the start_date
and end_date
parameters to specify a range of no more than three days. Do not use the interval
parameter with either start_date
or end_date
.
shutterstock.getUpdatedImages({}, context)
Input
- input
object
- type
array
(values: addition, deletion, edit): Show images that were added, deleted, or edited; by default, the endpoint returns images that were updated in any of these ways - start_date
string
: Show images updated on or after the specified date, in the format YYYY-MM-DD - end_date
string
: Show images updated before the specified date, in the format YYYY-MM-DD - interval
string
: Show images updated in the specified time period, where the time period is an interval (like SQL INTERVAL) such as 1 DAY, 6 HOUR, or 30 MINUTE; the default is 1 HOUR, which shows images that were updated in the hour preceding the request - page
integer
: Page number - per_page
integer
: Number of results per page, defaults to 100 - sort
string
(values: newest, oldest): Sort order
- type
Output
- output UpdatedMediaDataList
getImage
This endpoint shows information about an image, including a URL to a preview image and the sizes that it is available in.
shutterstock.getImage({
"id": ""
}, context)
Input
- input
object
- id required
string
: Image ID - language
string
(values: cs, da, de, en, es, fi, fr, hu, it, ja, ko, nb, nl, pl, pt, ru, sv, th, tr, zh, zh-Hant): Language for the keywords and categories in the response - view
string
(values: minimal, full): Amount of detail to render in the response
- id required
Output
- output Image
getSimilarImages
This endpoint returns images that are visually similar to an image that you specify.
shutterstock.getSimilarImages({
"id": ""
}, context)
Input
- input
object
- id required
string
: Image ID - language
string
(values: cs, da, de, en, es, fi, fr, hu, it, ja, ko, nb, nl, pl, pt, ru, sv, th, tr, zh, zh-Hant): Language for the keywords and categories in the response - page
integer
: Page number - per_page
integer
: Number of results per page, defaults to 20 - view
string
(values: minimal, full): Amount of detail to render in the response
- id required
Output
- output ImageSearchResults
createAccessToken
This endpoint returns an access token for the specified user and with the specified scopes. The token does not expire until the user changes their password. The body parameters must be encoded as form data.
shutterstock.createAccessToken({}, context)
Input
- input
object
- body
object
- client_id required
string
: Client ID (Consumer Key) of your application - client_secret
string
: Client Secret (Consumer Secret) of your application - code
string
: Response code from the /oauth/authorize flow; required if grant_type=authorization_code - expires
boolean
: Whether or not the token expires, expiring tokens come with a refresh_token to renew the access_token - grant_type required
string
(values: authorization_code, client_credentials, refresh_token): Grant type: authorization_code generates user tokens, client_credentials generates short-lived client grants - realm
string
(values: customer, contributor): User type to be authorized (usually 'customer')
- client_id required
- body
Output
- output OauthAccessTokenResponse
authorize
This endpoint returns a redirect URI (in the 'Location' header) that the customer uses to authorize your application and, together with POST /v2/oauth/access_token, generate an access token that represents that authorization.
shutterstock.authorize({
"client_id": "",
"redirect_uri": "",
"response_type": "",
"state": ""
}, context)
Input
- input
object
- client_id required
string
: Client ID (Consumer Key) of your application - realm
string
(values: customer, contributor): User type to be authorized (usually 'customer') - redirect_uri required
string
: The callback URI to send the request to after authorization; must use a host name that is registered with your application - response_type required
string
(values: code): Type of temporary authorization code that will be used to generate an access code; the only valid value is 'code' - scope
string
: Space-separated list of scopes to be authorized - state required
string
: Unique value used by the calling app to verify the request
- client_id required
Output
Output schema unknown
echo
Echo text
shutterstock.echo({}, context)
Input
- input
object
- text
string
: Text to echo
- text
Output
- output TestEcho
validate
Validate input
shutterstock.validate({
"id": 0
}, context)
Input
- input
object
- id required
integer
: Integer ID - tag
array
: List of tags - user-agent
string
: User agent
- id required
Output
- output TestValidate
getUser
Get user details
shutterstock.getUser(null, context)
Input
This action has no parameters
Output
- output UserDetails
getAccessToken
Get access token details
shutterstock.getAccessToken(null, context)
Input
This action has no parameters
Output
- output AccessTokenDetails
getUserSubsciptionList
List user subscriptions
shutterstock.getUserSubsciptionList(null, context)
Input
This action has no parameters
Output
- output SubscriptionDataList
getVideoList
This endpoint lists information about one or more videos, including the aspect ratio and URLs to previews.
shutterstock.getVideoList({
"id": []
}, context)
Input
- input
object
- id required
array
: One or more video IDs - view
string
(values: minimal, full): Amount of detail to render in the response
- id required
Output
- output VideoDataList
getVideoCategories
This endpoint lists the categories (Shutterstock-assigned genres) that videos can belong to.
shutterstock.getVideoCategories({}, context)
Input
- input
object
- language
string
(values: cs, da, de, en, es, fi, fr, hu, it, ja, ko, nb, nl, pl, pt, ru, sv, th, tr, zh, zh-Hant): Language for the keywords and categories in the response
- language
Output
- output CategoryDataList
getClipboxList
This endpoint lists your collections of videos and their basic attributes.
shutterstock.getClipboxList({}, context)
Input
- input
object
- page
integer
: Page number - per_page
integer
: Number of results per page
- page
Output
- output CollectionDataList
createClipbox
This endpoint creates one or more collections (clipboxes). To add videos to collections, use POST /v2/videos/collections/{id}/items
.
shutterstock.createClipbox({
"body": {
"name": ""
}
}, context)
Input
- input
object
- body required CollectionCreateRequest
Output
- output CollectionCreateResponse
deleteClipbox
This endpoint deletes a collection.
shutterstock.deleteClipbox({
"id": ""
}, context)
Input
- input
object
- id required
string
: The ID of the collection to delete
- id required
Output
Output schema unknown
getClipbox
This endpoint gets more detailed information about a collection, including the timestamp for its creation and the number of videos in it. To get the videos in collections, use GET /v2/videos/collections/{id}/items.
shutterstock.getClipbox({
"id": ""
}, context)
Input
- input
object
- id required
string
: The ID of the collection to return
- id required
Output
- output Collection
renameClipbox
This endpoint sets a new name for a collection.
shutterstock.renameClipbox({
"id": "",
"body": {
"name": ""
}
}, context)
Input
- input
object
- id required
string
: The ID of the collection to rename - body required CollectionUpdateRequest
- id required
Output
Output schema unknown
deleteClipboxItems
This endpoint removes one or more videos from a collection.
shutterstock.deleteClipboxItems({
"id": ""
}, context)
Input
- input
object
- id required
string
: The ID of the Collection from which items will be deleted - item_id
array
: One or more video IDs to remove from the collection
- id required
Output
Output schema unknown
getClipboxItems
This endpoint lists the IDs of videos in a collection and the date that each was added.
shutterstock.getClipboxItems({
"id": ""
}, context)
Input
- input
object
- id required
string
: The ID of the Collection whose items are to be returned - page
integer
: Page number - per_page
integer
: Number of results per page - sort
string
(values: newest, oldest): Sort order
- id required
Output
- output CollectionItemDataList
addClipboxItems
This endpoint adds one or more videos to a collection by video IDs.
shutterstock.addClipboxItems({
"id": "",
"body": {
"items": []
}
}, context)
Input
- input
object
- id required
string
: The ID of the collection to which items should be added - body required CollectionItemRequest
- id required
Output
Output schema unknown
getVideoLicenseList
This endpoint lists existing licenses. You can filter the results according to the type of license or the video ID.
shutterstock.getVideoLicenseList({}, context)
Input
- input
object
- video_id
string
: Show licenses for the specified video ID - license
string
: Show videos that are available with the specified license, such asstandard
orenhanced
; prepending a-
sign excludes results from that license - page
integer
: Page number - per_page
integer
: Number of results per page - sort
string
(values: newest, oldest): Sort by oldest or newest videos first
- video_id
Output
- output DownloadHistoryDataList
licenseVideos
This endpoint gets licenses for one or more videos. You must specify the video IDs in the body parameter and the size and subscription ID either in the query parameter or with each video ID in the body parameter. Values in the body parameter override values in the query parameters.
shutterstock.licenseVideos({
"body": {
"videos": []
}
}, context)
Input
- input
object
- subscription_id
string
: The subscription ID to use for licensing - size
string
(values: web, sd, hd, 4k): The size of the video to license - search_id
string
: The Search ID that led to this licensing event - body required LicenseVideoRequest
- subscription_id
Output
- output LicenseVideoResultDataList
downloadVideos
This endpoint redownloads videos that you have already received a license for.
shutterstock.downloadVideos({
"id": "",
"body": {}
}, context)
Input
- input
object
- id required
string
: The license ID of the item to (re)download - body required RedownloadVideo
- id required
Output
- output Url
searchVideos
This endpoint searches for videos. If you specify more than one search parameter, the API uses an AND condition. Array parameters can be specified multiple times; in this case, the API uses an AND or an OR condition with those values, depending on the parameter. You can also filter search terms out in the query
parameter by prefixing the term with NOT.
shutterstock.searchVideos({}, context)
Input
- input
object
- added_date
string
: Show videos added on the specified date, in the format YYYY-MM-DD - added_date_start
string
: Show videos added on or after the specified date, in the format YYYY-MM-DD - added_date_end
string
: Show videos added before the specified date, in the format YYYY-MM-DD - aspect_ratio
string
(values: 43, 169, nonstandard): Show videos with the specified aspect ratio - category
string
: Show videos with the specified Shutterstock-defined category; specify a category name or ID - contributor
array
: Show videos with the specified artist names or IDs - contributor_country
array
: Show videos from contributors in one or more specified countries by 2-letter ISO 3166-1 alpha-2 country code, such as DE or US - duration
integer
: (Deprecated; use duration_from and duration_to instead) Show videos with the specified duration (seconds) - duration_from
integer
: Show videos with the specified duration or longer (seconds) - duration_to
integer
: Show videos with the specified duration or shorter (seconds) - fps
number
: (Deprecated; use fps_from and fps_to instead) Show videos with the specified frames per second - fps_from
number
: Show videos with the specified frames per second or more - fps_to
number
: Show videos with the specified frames per second or fewer - language
string
(values: cs, da, de, en, es, fi, fr, hu, it, ja, ko, nb, nl, pl, pt, ru, sv, th, tr, zh, zh-Hant): Set query and result language (uses Accept-Language header if not set) - license
array
: Show only videos with the specified license or licenses - model
array
: Show videos with each of the specified models - page
integer
: Page number - per_page
integer
: Number of results per page - people_age
string
(values: infants, children, teenagers, 20s, 30s, 40s, 50s, 60s, older): Show videos that feature people of the specified age range - people_ethnicity
string
(values: african, african_american, black, brazilian, chinese, caucasian, east_asian, hispanic, japanese, middle_eastern, native_american, pacific_islander, south_asian, southeast_asian, other): Show videos with people of the specified ethnicity - people_gender
string
(values: male, female, both): Show videos with people with the specified gender - people_number
integer
: Show videos with the specified number of people - people_model_released
boolean
: Show only videos of people with a signed model release - query
string
: One or more search terms separated by spaces; you can use NOT to filter out videos that match a term - resolution
string
(values: 4k, standard_definition, high_definition): Show videos with the specified resolution - safe
boolean
: Enable or disable safe search - sort
string
(values: newest, popular, relevance, random): Sort by one of these categories - view
string
(values: minimal, full): Amount of detail to render in the response
- added_date
Output
- output VideoSearchResults
getUpdatedVideos
This endpoint lists videos that have been updated in the specified time period to update content management systems (CMS) or digital asset management (DAM) systems. In most cases, use the interval
parameter to show videos that were updated recently, but you can also use the start_date
and end_date
parameters to specify a range of no more than three days. Do not use the interval
parameter with either start_date
or end_date
.
shutterstock.getUpdatedVideos({}, context)
Input
- input
object
- start_date
string
: Show videos updated on or after the specified date, in the format YYYY-MM-DD - end_date
string
: Show videos updated before the specified date, in the format YYYY-MM-DD - interval
string
: Show videos updated in the specified time period, where the time period is an interval (like SQL INTERVAL) such as 1 DAY, 6 HOUR, or 30 MINUTE; the default is 1 HOUR, which shows videos that were updated in the hour preceding the request - page
integer
: Page number - per_page
integer
: Number of results per page - sort
string
(values: newest, oldest): Sort by oldest or newest videos first
- start_date
Output
- output UpdatedMediaDataList
getVideo
This endpoint shows information about a video, including URLs to previews and the sizes that it is available in.
shutterstock.getVideo({
"id": ""
}, context)
Input
- input
object
- id required
string
: Video ID - language
string
(values: cs, da, de, en, es, fi, fr, hu, it, ja, ko, nb, nl, pl, pt, ru, sv, th, tr, zh, zh-Hant): Language for the keywords and categories in the response - view
string
(values: minimal, full): Amount of detail to render in the response
- id required
Output
- output Video
getSimilarVideos
This endpoint searches for videos that are similar to a video that you specify.
shutterstock.getSimilarVideos({
"id": ""
}, context)
Input
- input
object
- id required
string
: The ID of a video for which similar videos should be returned - language
string
(values: cs, da, de, en, es, fi, fr, hu, it, ja, ko, nb, nl, pl, pt, ru, sv, th, tr, zh, zh-Hant): Language for the keywords and categories in the response - page
integer
: Page number - per_page
integer
: Number of results per page - view
string
(values: minimal, full): Amount of detail to render in the response
- id required
Output
- output VideoSearchResults
Definitions
AccessTokenDetails
- AccessTokenDetails
object
: Access token details that are currently associated with this user- client_id
string
: Client ID that is associated with the user - contributor_id
string
: Contributor ID that is associated with the user - customer_id
string
: Customer ID that is associated with the user - expires_in
integer
: Number of seconds until the access token expires; no expiration if this value is null - organization_id
string
: Organization ID that is associated with the user - realm
string
(values: customer, contributor): Type of access token - scopes
array
: Scopes that this access token provides when used as authentication- items
string
- items
- user_id
string
: User ID that is associated with the user - username
string
: User name that is associated with the user
- client_id
Album
- Album
object
: Album metadata- id required
string
: The album ID - title required
string
: The album title
- id required
Allotment
- Allotment
object
: Allotment- downloads_left
integer
: Number of licenses remaining in the subscription - downloads_limit
integer
: Total number of licenses available to this subscription - end_time
string
: Date the subscription ends, in the format YYYY-MM-ddTHH:mm:ssZ - start_time
string
: Date the subscription started, in the format YYYY-MM-ddTHH:mm:ssZ
- downloads_left
Artist
- Artist
object
: Artist metadata- name required
string
: The artist's name
- name required
Audio
- Audio
object
: Audio metadata- added_date
string
: Date this track was added to the Shutterstock library, in the format: YYYY-MM-DD - affiliate_url
string
: Affiliate referral link; appears only for registered affiliate partners - album Album
- artists
array
: List of artists- items Artist
- assets AudioAssets
- bpm
integer
: BPM (beats per minute) of this track - contributor required Contributor
- deleted_time
string
- description
string
: Description of this track - duration
integer
: Duration of this track in seconds - genres
array
: List of all genres for this track- items
string
: Genre that is associated with this track
- items
- id required
string
: Shutterstock ID of this track - instruments
array
: List of all instruments that appear in this track- items
string
: Instrument that appears in this track
- items
- is_adult
boolean
: Whether or not this track contains adult content - is_instrumental
boolean
: Whether or not this track is purely instrumental (lacking lyrics) - isrc
string
- keywords
array
: List of all keywords for this track- items
string
: Keyword for this track
- items
- language
string
: Language of this track's lyrics - lyrics
string
: Lyrics of this track - media_type required
string
: Media type of this track; should always be "audio" - model_releases
array
: List of all model releases for this track- items ModelRelease
- moods
array
: List of all moods of this track- items
string
: Mood of this track
- items
- published_time
string
: Time this track was published, in the format YYYY-MM-DDThh:mm:ssZ - recording_version
string
: Recording version of this track - releases
array
: List of all releases of this track- items
string
: Release of this track
- items
- similar_artists
array
: List of all similar artists of this track- items Artist
- submitted_time
string
: Time this track was submitted, in the format YYYY-MM-DDThh:mm:ssZ - title
string
: Title of this track - updated_time
string
: Time this track was last updated, in the format YYYY-MM-DDThh:mm:ssZ - url
string
: Link to track information page; included only for certain accounts - vocal_description
string
: Vocal description of this track
- added_date
AudioAssetDetails
- AudioAssetDetails
object
: Audio asset metadata- file_size
integer
: File size of the track - url
string
: URL the track is available at
- file_size
AudioAssets
- AudioAssets
object
: Audio assets- album_art AudioAssetDetails
- clean_audio AudioAssetDetails
- original_audio AudioAssetDetails
- preview_mp3 AudioAssetDetails
- preview_ogg AudioAssetDetails
- waveform AudioAssetDetails
AudioDataList
- AudioDataList
object
: List of tracks
AudioSearchResults
- AudioSearchResults
object
: Audio search results- data required
array
: List of tracks- items Audio
- message
string
: Server-generated message, if any - page
integer
: Current page that is returned - per_page
integer
: Number of results per page - search_id required
string
: ID of the search - total_count required
integer
: Total count of all results across all pages
- data required
AuthorizeResponse
- AuthorizeResponse
object
: Response to Authorize requests- body required
string
: HTML redirect URL that contains the application authorization 'code'
- body required
Category
- Category
object
: Category information- id
string
: Category ID - name
string
: Category name
- id
CategoryDataList
- CategoryDataList
object
: List of categories- data
array
: Categories- items Category
- errors
array
: Error list; appears only if there was an error- items Error
- message
string
: Server-generated message, if any - page
integer
: The current page of results - per_page
integer
: The number of results per page - total_count
integer
: The total number of results across all pages
- data
Collection
- Collection
object
: Collection metadata- cover_item CollectionItem
- created_time
string
: When the collection was created - id required
string
: The collection ID - items_updated_time
string
: The last time this collection's items were updated - name required
string
: The name of the collection - share_code
string
: A code that can be used to share the collection (optional) - share_url
string
: The browser URL that can be used to share the collection (optional) - total_item_count required
integer
: The number of items in the collection - updated_time
string
: The last time the collection was update (other than changes to the items in it)
CollectionCreateRequest
- CollectionCreateRequest
object
: Collection creation request- name required
string
: The name of the collection
- name required
CollectionCreateResponse
- CollectionCreateResponse
object
: Create collection response- id required
string
: ID of the new collection
- id required
CollectionDataList
- CollectionDataList
object
: List of collections- data
array
: Collections- items Collection
- errors
array
: Error list; appears only if there was an error- items Error
- message
string
: Server-generated message, if any - page
integer
: The current page of results - per_page
integer
: The number of results per page - total_count
integer
: The total number of results across all pages
- data
CollectionItem
- CollectionItem
object
: Collection item metadata- added_time
string
: The date the item was added to the collection - id required
string
: ID of the item - media_type
string
: The media type of the item, such as image, video, or audio
- added_time
CollectionItemDataList
- CollectionItemDataList
object
: List of collections- data
array
: Collections- items CollectionItem
- errors
array
: Error list; appears only if there was an error- items Error
- message
string
: Server-generated message, if any - page
integer
: The current page of results - per_page
integer
: The number of results per page - total_count
integer
: The total number of results across all pages
- data
CollectionItemRequest
- CollectionItemRequest
object
: Request to get the list of collection items- items required
array
: List of items- items CollectionItem
- items required
CollectionUpdateRequest
- CollectionUpdateRequest
object
: Collection update request- name required
string
: The new name of the collection
- name required
Contributor
- Contributor
object
: Contributor- id required
string
: ID of the contributor
- id required
ContributorProfile
- ContributorProfile
object
: Contributor profile- about
string
: Short description of the contributors' library - contributor_type
array
: Type of content that the contributor specializes in (photographer, illustrator, etc)- items
string
- items
- display_name
string
: Preferred name to be displayed for the contributor - equipment
array
: List of equipment used by the contributor (Canon EOS 5D Mark II, etc)- items
string
- items
- id required
string
: Contributor ID - location
string
: 2-letter ISO 3166-1 alpha-2 country code representing the contributors' locale, such as DE or US - portfolio_url
string
: Web URL for the contributors' profile - social_media ContributorProfileSocialMedia
- styles
array
: List of styles that the contributor specializes in (lifestyle, mixed media, etc)- items
string
- items
- subjects
array
: Generic list of subjects for contributors' work (food_and_drink, holiday, people, etc)- items
string
- items
- website
string
: Personal website for the contributor
- about
ContributorProfileDataList
- ContributorProfileDataList
object
: List of contributor profiles- data
array
: Conributor profiles- items ContributorProfile
- errors
array
: Error list; appears only if there was an error- items Error
- message
string
: Error message - page
integer
: Page of response - per_page
integer
: Number of contributors per page - total_count
integer
: Total count of contributors for this request
- data
ContributorProfileSocialMedia
- ContributorProfileSocialMedia
object
: Contributor profile on social media- facebook
string
: Facebook link for contributor - google_plus
string
: Google+ link for contributor - linkedin
string
: LinkedIn link for contributor - pinterest
string
: Pinterest page for contributor - tumblr
string
: Tumblr link for contributor - twitter
string
: Twitter link for contributor
- facebook
Cookie
- Cookie
object
: Cookie object- name required
string
: The name of the cookie - value required
string
: The value of the cookie
- name required
DownloadHistory
- DownloadHistory
object
: Information about a downloaded media item. Applicable for all media types, only one of 'audio', 'image' or 'video' will be in a single DownloadHistory object- audio DownloadHistoryMediaDetails
- download_time required
string
: Date the media was downloaded the first time, in the format YYYY-MM-DDThh:mm:ssZ - id required
string
: ID of the download - image DownloadHistoryMediaDetails
- is_downloadable
boolean
: Specifies if the media is downloadable via its respective downloads endpoint - license required
string
: The name of the license of this download - metadata
object
: The metadata that was passed in the original licensing request - subscription_id
string
: ID of the subscription used to perform this download - user DownloadHistoryUserDetails
- video DownloadHistoryMediaDetails
DownloadHistoryDataList
- DownloadHistoryDataList
object
: List of download events- data
array
: Download events- items DownloadHistory
- errors
array
: Error list; appears only if there was an error- items Error
- message
string
: Server-generated message, if any - page
integer
: The current page of results - per_page
integer
: The number of results per page - total_count
integer
: The total number of results across all pages
- data
DownloadHistoryFormatDetails
- DownloadHistoryFormatDetails
object
: Information about the format of the download- format
string
: The format of the downloaded media - size
string
: The size of the downloaded media
- format
DownloadHistoryMediaDetails
- DownloadHistoryMediaDetails
object
: Information about the downloaded media- format DownloadHistoryFormatDetails
- id required
string
: ID of the download history media details
DownloadHistoryUserDetails
- DownloadHistoryUserDetails
object
: Information about a user- username required
string
: The name of the user who downloaded the item
- username required
EditorialAssets
- EditorialAssets
object
: Asset information, including size and thumbnail URLs- medium_jpg ImageSizeDetails
- original ImageSizeDetails
- small_jpg ImageSizeDetails
- thumb_170 Thumbnail
- thumb_220 Thumbnail
- watermark_1500 Thumbnail
- watermark_450 Thumbnail
EditorialCategory
- EditorialCategory
object
: Editorial category names- name
string
- name
EditorialContent
- EditorialContent
object
: Metadata about editorial content- aspect
number
- assets EditorialAssets
- byline
string
- caption
string
- categories
array
: List of categories- items EditorialCategory
- date_taken
string
- description
string
- id required
string
- keywords
array
- items
string
- items
- title
string
- aspect
EditorialContentDataList
- EditorialContentDataList
object
: List of editorial items- data
array
: Editorial items- items EditorialContent
- errors
array
: Error list; appears only if there was an error- items Error
- message
string
: Optional error message - page
integer
: Current page of the response - per_page
integer
: Number of results per page - total_count
integer
: Total count of all results
- data
EditorialCoverItem
- EditorialCoverItem
object
: Cover image for editorial livefeed- height
integer
- id required
string
- url required
string
- width
integer
- height
EditorialLivefeed
- EditorialLivefeed
object
: Metadata about editorial livefeed- cover_item EditorialCoverItem
- created_time
string
: When the livefeed was initially created - id required
string
: Livefeed ID - name required
string
: Name of the livefeed - total_item_count required
integer
: Total count of items in the livefeed
EditorialLivefeedList
- EditorialLivefeedList
object
: List of editorial livefeeds- data required
array
: Editorial livefeeds- items EditorialLivefeed
- message
string
: Optional error message - page
integer
: Current page of the response - per_page
integer
: Number of results per page - total_count required
integer
: Total count of all results
- data required
EditorialSearchResults
- EditorialSearchResults
object
: Editorial search results- data required
array
: Editorial items- items EditorialContent
- message
string
: Optional error message - next
string
: Cursor value that represents the next page of results - page
integer
: Current page of the response - per_page
integer
: Number of results per page - prev
string
: Cursor value that represents the previous page of results - search_id
string
: Unique identifier for the search request - total_count required
integer
: Total count of all results
- data required
Error
- Error
object
: Error object- code
string
: The error code of this error - data
string
: Debugging information about the error - items
array
: A list of items that produced the error- items
object
- items
- message required
string
: Specific details about this error - path
string
: Internal code reference to the source of the error
- code
FeaturedCollection
- FeaturedCollection
object
: Featured collection metadata- cover_item FeaturedCollectionCoverItem
- created_time
string
: Date that the collection was created, format in YYYY-MM-DDThh:mm:ssT - hero_item FeaturedCollectionCoverItem
- id required
string
: Collection ID - items_updated_time
string
: Date that an item in the collection was last added or removed, in the format YYYY-MM-DDThh:mm:ssZ - name required
string
: Name of the collection - share_url
string
: Unique share url for the collection - total_item_count required
integer
: Total number of items in the collection - updated_time
string
: Date that the collection was last modified, in the format YYYY-MM-DDThh:mm:ssZ
FeaturedCollectionCoverItem
- FeaturedCollectionCoverItem
object
: Featured collection cover item metadata- url required
string
: URL of the collection cover item
- url required
FeaturedCollectionDataList
- FeaturedCollectionDataList
object
: List of featured collections- data
array
: Featured collections- items FeaturedCollection
- errors
array
: Error list; appears only if there was an error- items Error
- message
string
: Se
- data