videos_popular
Retrieve a list of popular videos from Pexels, with optional filters for minimum width, height, duration, and results per page.
Instructions
List popular videos
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| per_page | No | Results per page (string, 1-80) | 15 |
| page | No | Page number (string, minimum 1) | 1 |
| min_width | No | Minimum video width (string, positive integer) | |
| min_height | No | Minimum video height (string, positive integer) | |
| min_duration | No | Minimum duration in seconds (string, positive integer) | |
| max_duration | No | Maximum duration in seconds (string, positive integer) |