Loading...
MixerBox FreecableTV

MixerBox FreecableTV

0 0
0.0
( None Rating )
80 Action

About MixerBox FreecableTV

Watch free ad-supported TV shows, series, live channels, movies, news & sports from across the web!

Information

  • GPTs Creator MixerBox Inc.
  • GPT Updated November 15,2023
  • Updated April 08,2024

Capabilities

Share recipient

  • OpenAI‘s GPT Store Public

Timeline

MixerBox FreecableTV
MixerBox FreecableTV

By MixerBox Inc.

No Rating
Uncategorized
Category
80+
Conversations
Try This GPT on ChatGPT
Message ChatGPT

What Can MixerBox FreecableTV Do with ChatGPT?

This Gpts for entertainment enthusiasts can watch free ad-supported TV shows, series, live channels, movies, news & sports from across the web.

1. Function Calls
Field Value
action_id g-fe6d4d4b1c6b6b71768d1c0b9bcdde2e0c4bdeff
domain api.freetv-app.com
json_schema {"openapi"=>"3.0.1", "info"=>{"title"=>"MixerBox FreecableTV", "description"=>"The plugin allows users to find the TV shows and movies they want to watch, and all sources are free.", "version"=>"v1"}, "servers"=>[{"url"=>"https://api.freetv-app.com"}], "paths"=>{"/services?funcs=GetShowsForChatGPT&mobile=0"=>{"get"=>{"operationId"=>"getShows", "summary"=>"Get the latest or trending TV shows for a specific country.", "description"=>"Get a variety of shows based on user-provided parameters, featuring recommended popular content or categorized content.", "parameters"=>[{"in"=>"query", "name"=>"country", "schema"=>{"type"=>"string", "enum"=>["tw", "us", "jp"]}, "description"=>"Specify the country of shows by country code. Currently supported countries are: tw (Taiwan), us (United States) and jp (Japanese)"}, {"in"=>"query", "name"=>"category", "schema"=>{"type"=>"string", "enum"=>["latest", "trending", "drama", "horror", "sci-fi", "thriller", "kids", "action", "comedy", "western", "animation", "crime", "documentary", "sports", "reality", "variety"]}, "description"=>"The category of the show. Specify \"all\" if no specific category is needed. Notice that each country support different set of categories. For country 'tw', only 'latest' and 'trending' is supported. For country 'jp', supported categories are: 'trending', 'latest', 'drama', 'kids'. 'animation', 'documentary', 'sports', 'variety', 'others'. For country 'us', supported categories are: 'latest', 'trending', 'drama', 'horror', 'sci-fi', 'thriller', 'kids', 'action', 'comedy', 'western'."}, {"in"=>"query", "name"=>"offset", "schema"=>{"type"=>"integer"}, "description"=>"Parameter for pagination. The default value is 0."}, {"in"=>"query", "name"=>"limit", "schema"=>{"type"=>"integer"}, "description"=>"Parameter for pagination. The default value is 20."}], "responses"=>{"200"=>{"description"=>"OK", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/ShowsItemResponse"}}}}}}}, "/services?funcs=GetMoviesForChatGPT&mobile=0"=>{"get"=>{"operationId"=>"getMovies", "summary"=>"Get the latest or trending movies for a specific country.", "description"=>"Get a variety of movies based on user-provided parameters, featuring recommended popular content or content categorized by scenarios.", "parameters"=>[{"in"=>"query", "name"=>"country", "schema"=>{"type"=>"string", "enum"=>["us"]}, "description"=>"Specify the country of movies by country code. Currently only support country: us (United States)"}, {"in"=>"query", "name"=>"category", "schema"=>{"type"=>"string", "enum"=>["latest", "trending", "drama", "horror", "sci-fi", "thriller", "kids", "action", "comedy", "western"]}, "description"=>"The category of the movie. Use \"latest\" or \"trending\" if no specific category is needed"}, {"in"=>"query", "name"=>"offset", "schema"=>{"type"=>"integer"}, "description"=>"Parameter for pagination. The default value is 0."}, {"in"=>"query", "name"=>"limit", "schema"=>{"type"=>"integer"}, "description"=>"Parameter for pagination. The default value is 20."}], "responses"=>{"200"=>{"description"=>"OK", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/MoviesItemResponse"}}}}}}}, "/services?funcs=GetChannelsForChatGPT&mobile=0"=>{"get"=>{"operationId"=>"getChannels", "summary"=>"Get specific type of channels, including news channels, sports channels and live channels.", "description"=>"Users can access specific channel content other than shows and movies.", "parameters"=>[{"in"=>"query", "name"=>"country", "schema"=>{"type"=>"string", "enum"=>["tw", "us", "jp"]}, "description"=>"Specify the country of channels by country code. Currently supported countries are: tw (Taiwan), us (United States) and jp (Japanese)"}, {"in"=>"query", "name"=>"category", "schema"=>{"type"=>"string", "enum"=>["news", "sports", "live", "politics", "business", "review"]}, "description"=>"The category of the channels. Each country support different set of categories. Here is the list for reference. For country 'us' and 'jp', supported categories are: 'news', 'live', 'sports'. For country 'tw', supported categories are: 'news', 'sports', 'live', 'politics', 'business', 'review'"}, {"in"=>"query", "name"=>"offset", "schema"=>{"type"=>"integer"}, "description"=>"Parameter for pagination. The default value is 0."}, {"in"=>"query", "name"=>"limit", "schema"=>{"type"=>"integer"}, "description"=>"Parameter for pagination. The default value is 20."}], "responses"=>{"200"=>{"description"=>"OK", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/ChannelsItemResponse"}}}}}}}}, "components"=>{"schemas"=>{"ChannelsItemResponse"=>{"required"=>["GetChannelsForChatGPT"], "type"=>"object", "properties"=>{"GetChannelsForChatGPT"=>{"type"=>"object", "properties"=>{"items"=>{"type"=>"array", "title"=>"Result Of Channel Item List", "description"=>"Result of channel item list.", "items"=>{"$ref"=>"#/components/schemas/ChannelItem"}}, "rules"=>{"type"=>"array", "title"=>"The array of rules which recommend gpt to follow.", "description"=>"The array of rules which recommend gpt to follow.", "items"=>{"type"=>"string"}}}}}}, "ShowsItemResponse"=>{"required"=>["GetShowsForChatGPT"], "type"=>"object", "properties"=>{"GetShowsForChatGPT"=>{"type"=>"object", "properties"=>{"items"=>{"type"=>"array", "title"=>"Result Of Show Item List", "description"=>"Result of show item list", "items"=>{"$ref"=>"#/components/schemas/ChannelItem"}}, "rules"=>{"type"=>"array", "title"=>"The array of rules which recommend gpt to follow.", "description"=>"The array of rules which recommend gpt to follow.", "items"=>{"type"=>"string"}}}}}}, "MoviesItemResponse"=>{"required"=>["GetMoviesForChatGPT"], "type"=>"object", "properties"=>{"GetMoviesForChatGPT"=>{"type"=>"object", "properties"=>{"items"=>{"type"=>"array", "title"=>"Result Of Movie Item List", "description"=>"Result of movie item list.", "items"=>{"$ref"=>"#/components/schemas/ChannelItem"}}, "rules"=>{"type"=>"array", "title"=>"The array of rules which recommend gpt to follow.", "description"=>"The array of rules which recommend gpt to follow.", "items"=>{"type"=>"string"}}}}}}, "ChannelItem"=>{"type"=>"object", "properties"=>{"title"=>{"type"=>"string", "title"=>"Channel Title"}, "subTitle"=>{"type"=>"string", "title"=>"Channel SubTitle"}, "ref"=>{"type"=>"string", "title"=>"Channel Reference", "description"=>"The ref of a channel, could be a random string or a valid http url."}, "thumbnail"=>{"type"=>"string", "title"=>"Channel Thumbnail"}, "description"=>{"type"=>"string", "title"=>"Channel Description"}, "videos"=>{"type"=>"array", "title"=>"Videos of Channel", "description"=>"The inner videos of the channel. For example, 'Show' type channel could have many episodes as series, and these episodes will be put in this field. Notice that sometimes the array could be empty, in this case one can provide 'Channel Reference' to lead the user to the website for watching content.", "items"=>{"$ref"=>"#/components/schemas/VideoItem"}}}}, "VideoItem"=>{"type"=>"object", "properties"=>{"title"=>{"type"=>"string", "title"=>"Video Title"}, "subTitle"=>{"type"=>"string", "title"=>"Video SubTitle"}, "ref"=>{"type"=>"string", "title"=>"Video Reference", "description"=>"The url that link to the video."}, "thumbnail"=>{"type"=>"string", "title"=>"Video Thumbnail"}}}}}}
auth {"type":"none"}
privacy_policy_url https://static.mixerbox.com/browser/policies/ChatAI_Privacy_Policy.html

FAQs

Currently, this GPTs is not free and is available exclusively to ChatGPT Plus users.

Yes, besides requiring a ChatGPT Plus membership, if you use the GPT-4 model (with DALL·E, browsing, and data analysis), the limit is 25 'GPTs' messages / 3 hours, More limited than normal 40 GPT4 responses per 3 hours, 

The enterprise version of ChatGPT is,  100 GPT-4 messages per 3 hours.

MixerBox FreecableTV is publicly available in the upcoming OpenAI's GPT Store, making it widely accessible to anyone interested in using this advanced ChatGPT.

MixerBox FreecableTV is owned by MixerBox Inc., who has also created 24 other GPTs, namely Gsheet AI GPT: MixerBox ChatGSheet, WebG by MixerBox (WebSearchG AI GPT), MixerBox FindGPT, Scholar AI GPT: MixerBox Scholar, MixerBox Calendar.

no, we found no file uploaded. You can check the function section to see if there are other unique features. If not, this GPTs is just a simple prompt engineering, and its knowledge base is synchronized with the general ChatGPT, latest training up to April 2023.

No, only MixerBox Inc. can edit this GPTs. They can configure and update GPTs through GPT Builder at https://chat.openai.com/gpts/editor/g-dP3UDZSN3. The last modification date of MixerBox FreecableTV was 2023-11-15 09:48:47 UTC.

Yes, conversations with MixerBox FreecableTV will be recorded. OpenAI keeps these records, and you can share your conversations via a link. Refer to OpenAI's user privacy and data security policies for more information.

Yes, if MixerBox Inc. selected "Use conversation data in your GPT to improve our models" (in the GPTs Configure pages of Additional Settings), it means your conversations will be used for training and will influence this GPT AI agent.

MixerBox FreecableTV reviews

0.0
( None Rating )

Similar GPTs

MixerBox OnePlayer
MixerBox OnePlayer
by MixerBox Inc.
Unlimited music, podcasts, and videos across various genres. Enjoy endless listening with our rich playlists!
106
MixerBox WebSearchG
MixerBox WebSearchG
by 9.tapgpts.com
Search and summarize the web with our customized search engine powered by Google Search API!
3
MixerBox ChatVideo
MixerBox ChatVideo
by MixerBox Inc.
Summarize videos from YouTube! Ask questions and get answers right away!
800 3.6
MixerBox Weather
MixerBox Weather
by MixerBox Inc.
Get real-time worldwide weather updates & forecasts, instantly!
100
MixerBox Podcasts
MixerBox Podcasts
by MixerBox Inc.
Search podcasts easily! Explore podcasts covering society, sports, business, news, music, and more!
50
MixerBox News
MixerBox News
by MixerBox Inc.
Get latest news delivered right to you! Stay informed with bulletins across multiple categories from credible sources.
200

Top