get_movies_by_id_videos
Retrieve all videos for a movie by its ID or slug. Use this to get trailers, clips, and other video content.
Instructions
Get all videos.
GET /movies/{id}/videos
Args: id: The id/slug of the resource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |