Skip to content
Guides
StorageStock Images
asset:read

Search stock images with advanced filters

GET/v1/storage/stock-images

Search stock images with advanced filters. A successful request returns HTTP 200 with the documented response body.

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Query Parameters

search*string

Free-text filter. Which fields it covers depends on the resource.

page?integer

One-based page number.

Formatint32
Default1
perPage?integer
Formatint32
Default20
orderBy?string
Default"relevant"
orientation?string
color?string
contentFilter?string
Default"low"
collections?string

Header Parameters

x-Store-Id?string

Store the request acts on. Not needed when the token is bound to a store.

Authorization*string

OAuth 2.0 bearer token.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/storage/stock-images?search=polo" \  -H "x-Store-Id: <store-id>" \  -H "Authorization: Bearer <token>"
[  {    "id": "7204558912004325301",    "thumbUrl": "https://example.com/resource",    "regularUrl": "https://example.com/resource",    "authorName": "Example resource",    "downloadLocation": "example"  }]