List image categories
GET {{baseUrl}}/v2/images/categories
This endpoint lists the categories (Shutterstock-assigned genres) that images can belong to.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
language | string | Language for the keywords and categories in the response |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
User-Agent | string |
RESPONSES
status: OK
{"data":[{"id":"15","name":"Science"},{"id":"17","name":"Signs/Symbols"},{"id":"18","name":"Sports/Recreation"},{"id":"16","name":"Technology"},{"id":"0","name":"Transportation"}]}