BetaSeries: pictures
betaseries_picturesRetrieve images from BetaSeries for shows, movies, episodes, seasons, characters, persons, members, platforms, and badges. Specify entity ID and optional dimensions to get the picture.
Instructions
Call the BetaSeries "pictures" API. Pick an operation and pass its parameters in the params object.
Available operations:
get-pictures-badges [GET /pictures/badges]: Return an image of the badge (32x32). Params: id (ID of the badge), level? (Level of the badge (optional if badge is non-tiered))
get-pictures-characters [GET /pictures/characters]: Return an image of the character. Params: id (ID of the character), type? (Type show or movie (optional, default show)), width? (Desired width (optional, default 250)), height? (Desired height (optional, default 375))
get-pictures-episodes [GET /pictures/episodes]: Return a picture of the episode. Params: id (ID of the episode), width? (Desired width (optional)), height? (Desired height (optional))
get-pictures-members [GET /pictures/members]: Return a picture of the member. Params: id (ID of the member), width? (Desired width (optional)), height? (Desired height (optional)), placeholder? (Type of format if no photo is mentioned: jpeg, png, or svg (optional, default jpeg))
get-pictures-movies [GET /pictures/movies]: Return an image of the movie. Params: id (ID of the movie), width? (Desired width (optional, default 250)), height? (Desired height (optional, default 375)), language? (Language for the poster (optional, default original))
get-pictures-persons [GET /pictures/persons]: Return an image of the person. Params: id (ID of the person), width? (Desired width (optional, default 250)), height? (Desired height (optional, default 375))
get-pictures-platforms [GET /pictures/platforms]: Return an image of the SVOD or VOD platform. Params: id (ID of the platform), width? (Desired width (optional, default 100)), height? (Desired height (optional, default 100))
get-pictures-seasons [GET /pictures/seasons]: Return an image of the show's season. Params: show_id (ID of the show), season (Season number), width? (Desired width (optional, default 250)), height? (Desired height (optional, default 375))
get-pictures-shows [GET /pictures/shows]: Return a picture of the show. Params: id (ID of the show), width? (Desired width (optional)), height? (Desired height (optional)), picked? (Take the image voted on by the community (banner or show, optional))
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Query parameters for the chosen operation, as string key/value pairs. See this tool's description for the accepted parameter names per operation. | |
| operation | Yes | Which operation to perform |