GET /v2/videos/{id}/similar

shutterstock.com

Summary: List similar videos
Operation ID: findSimilarVideos
Auth: unknown
Description

This endpoint searches for videos that are similar to a video that you specify.

Parameters (5)

id (string, path, required)

The ID of a video for which similar videos should be returned

language (?, query, optional)

Language for the keywords and categories in the response

page (integer, query, optional, default: 1)

Page number

Constraints: {'minimum': 1}

per_page (integer, query, optional, default: 20)

Number of results per page

Constraints: {'minimum': 1, 'maximum': 500}

view (string, query, optional, default: minimal)

Amount of detail to render in the response

Constraints: {'enum': ['minimal', 'full']}

No probe data for this endpoint yet.