logo of ChatYouTube on the GPT Store

ChatYouTube on the GPT Store

Use ChatYouTube on ChatGPT Use ChatYouTube on 302.AI

GPT Description

Copy Paste any YouTube video link | Chat with any YouTube video!

Welcome Message

Hello

GPT Prompt Starters

  • OpenAI DevDay, Opening Keynote | https://www.youtube.com/watch?v=U9mJuUkhUzk
  • (Mr Beast) I Built 100 Wells In Africa | https://www.youtube.com/watch?v=mwKJfNYwvm8
  • Elon Musk on Aliens | https://www.youtube.com/watch?v=O8VmNMhffBE
  • Gordon Ramsay Makes an All American Burger | https://www.youtube.com/watch?v=ulhRORJpuBM

GPT Action OpenAPI Spec

{
  "openapi": "3.1.0",
  "info": {
    "title": "FastAPI",
    "version": "0.1.0"
  },
  "paths": {
    "/video": {
      "get": {
        "summary": "Youtube Video",
        "description": "Gets a YouTube video transcript based on it's URL as the input",
        "operationId": "GetVideoTranscript",
        "parameters": [
          {
            "name": "video_id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string",
              "title": "Video Id"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          },
          "422": {
            "description": "Validation Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/HTTPValidationError"
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "HTTPValidationError": {
        "properties": {
          "detail": {
            "items": {
              "$ref": "#/components/schemas/ValidationError"
            },
            "type": "array",
            "title": "Detail"
          }
        },
        "type": "object",
        "title": "HTTPValidationError"
      },
      "ValidationError": {
        "properties": {
          "loc": {
            "items": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "integer"
                }
              ]
            },
            "type": "array",
            "title": "Location"
          },
          "msg": {
            "type": "string",
            "title": "Message"
          },
          "type": {
            "type": "string",
            "title": "Error Type"
          }
        },
        "type": "object",
        "required": [
          "loc",
          "msg",
          "type"
        ],
        "title": "ValidationError"
      }
    }
  },
  "servers": [
    {
      "url": "https://chatyoutube.com"
    }
  ]
}
Use ChatYouTube on 302.AI

ChatYouTube GPT FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "ChatYouTube", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.