Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
2

Using API of Adobe stock

New Here ,
Sep 21, 2023 Sep 21, 2023

Hello I'm trying to use API of adobe stock to get data from this link:
https://stock.adobe.com/ro/contributor/211240734/Designstockio

 

but all of my tries are fail, What should I do (or what is the suitable curl sentax)?

TOPICS
Account management , General , Stock API
611
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Sep 21, 2023 Sep 21, 2023
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Sep 21, 2023 Sep 21, 2023
LATEST

Hi.

 

There is no public API to show all the assets from a single contributor. Why are you trying to get this data? Are you the contributor named Designstockio?

 

You can search within a contributor's art, but not display their whole collection. The search parameter 'creator_id' is used for this. Here is a sample curl that uses the search API to find all the assets with the keyword "star" by this Contributor. You will need to get your own API key.

curl 'https://stock.adobe.io/Rest/Media/1/Search/Files?search_parameters%5Bcreator_id%5D=211240734&search_parameters%5Bwords%5D=star' --header 'X-Product: CFSTest/1.0' --header 'x-api-key: MY_API_KEY'

 

https://developer.adobe.com/stock/docs/api/11-search-reference/#url-parameters 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines