List video categories
GET {{baseUrl}}/v2/videos/categories
This endpoint lists the categories (Shutterstock-assigned genres) that videos can belong to.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| language | string | Language for the keywords and categories in the response | 
RESPONSES
status: OK
{"data":[{"id":"1","name":"Animals/Wildlife"},{"id":"2","name":"Buildings/Landmarks"},{"id":"3","name":"Backgrounds/Textures"},{"id":"4","name":"Business/Finance"},{"id":"5","name":"Education"}]}