Get Category Videos
neptime_get_category_videosRetrieve videos from a specific category. Set limit and offset for paginated results.
Instructions
Get videos in a specific category.
Args:
category_id: Category ID (required)
limit: Max results 1-100 (default: 20)
offset: Pagination offset (default: 0)
Returns: Array of videos in the category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category_id | Yes | Category ID | |
| limit | No | Max results | |
| offset | No | Pagination offset |