Questions tagged [shutterstock]

Questions about using Shutterstock's media, API, online Editor, and other digital services. For questions about specific accounts, see Shutterstock support.

Shutterstock is a global technology company offering a creative platform for high-quality media assets, tools, and services. Shutterstock provides a two-sided marketplace for content producers to license their content for use by designers of all kinds.

For questions about specific accounts, see http://www.shutterstock.com/support/.

12 questions
1
vote
1 answer

The result of the search query differs in the API and Shutterstock website

please help me. The result of the search query differs in the API and Shutterstock website. What am I doing wrong? API returns only 4 results, but at shutterstock - thousands My code: $queryFields = [ "query" => "осень лес векторы" ]; $options =…
Steff K
  • 11
  • 1
1
vote
1 answer

How to use shutterstock API to search and get photos in a simple way

I am making a site that allows users to search and send to print a Shutterstock photo Like this one: https://wallprint.ee/ I am following the Shutterstock API documentation and trying to use this to connect, search and pick…
user2551737
  • 65
  • 10
1
vote
1 answer

Shutterstock api returns Not Found

I'm using Shutterstock API to load information about my images to my local app. I'm doing just simple request like https://api.shutterstock.com/v2/images/1334814356. Before it worked fine but now it returns me response {"message":"Not Found"}. Does…
karick
  • 123
  • 1
  • 6
1
vote
2 answers

Shutterstock - Automated multiple image download

Is there by any possible means any way to automate downloading multiple Shutterstock from a list of image IDs, the process is: Opening Shutterstock in the browser Pasting the images IDs in Shutterstock's search filed Opening each image in a new…
Joseph Mars
  • 11
  • 1
  • 2
0
votes
0 answers

How to Fatch data from shutteratock api using django?

view.py: curl -X GET "https://api.shutterstock.com/v2/images/search" --header "Authorization: Bearer $SHUTTERSTOCK_API_TOKEN" -G --data-urlencode "query=hiking" --data-urlencode "image_type=photo" --data-urlencode "orientation=vertical"…
0
votes
1 answer

ValidationError: Subscription is unusable or cannot be found. License failed

I'm trying to create a service that will be a middle man between my frontend framework and shutterstock. I'm running into an issue when trying to license an image where it says my subscription is unusable or cannot be found. I have done exactly what…
SkySor44
  • 3
  • 1
0
votes
0 answers

Editor Integration Image Landscape - Portrait

Hello I've an image that is portrait, but when i open it the editor shows it in landscape, how to tell the editor to leave portrait or landscape untouched? My current config: var visualImageEditorConfig = { logo: true, logoUrl: urlPrefix +…
MrCoder
  • 15
  • 6
0
votes
1 answer

Shutterstock - "You do not have access to this route" Error

I am trying to get image link from Shutterstock API, as described in the docs, but keep getting "message": "You do not have access to this route. Please contact api@shutterstock.com for more information" response. I'm using correct Subscription_id…
avalanche1
  • 3,154
  • 1
  • 31
  • 38
0
votes
1 answer

Where can I find a client ID for Shutterstock API?

I'm trying to integrate Shutterstock affiliate images in my site. I found shutterstock documentation and some nice examples that seem to work, but all of them ask me for one 'client id' and 'client secret', two strings with numbers and letters in…
0
votes
1 answer

How to Integrate Shutterstock Image Editor in HTML app?

I want to integrate Shutterstock Image Editor in my simple HTML app. So I make a developer account in Shutterstock and create my API Key. Below is my API: Now I am using above API Key (Consumer Key) in my HTML as describe here. Below is my HTML…
Ahmer Ali Ahsan
  • 5,636
  • 16
  • 44
  • 81
-1
votes
1 answer

shutterstock: API for uploading images

How to upload images to shutterstock using javascript/NodeJs. I have gone through the following API but couldn't find the particular API. https://github.com/silas/node-shutterstock#v1.customer.images
Dushyant Joshi
  • 3,672
  • 3
  • 28
  • 52
-2
votes
1 answer

How to login to shutterstock through python?

I have a Windows10 + Python3.7 Right now i using requests for download web content and analyse it. But i can change it to selenium or something else if it needed... I Want to login to shutterstock website through python to get some information from…
Massimo
  • 836
  • 3
  • 17
  • 38