List video categories

GET {{baseUrl}}/v2/videos/categories

This endpoint lists the categories (Shutterstock-assigned genres) that videos can belong to.

Request Params

KeyDatatypeRequiredDescription
languagestringLanguage for the keywords and categories in the response

HEADERS

KeyDatatypeRequiredDescription
User-Agentstring

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"}]}