logo of Chat with Video on the GPT Store

Chat with Video on the GPT Store

Use Chat with Video on ChatGPT

GPT Description

Chat with YouTube videos. Summarize with timestamps. Ask and answer any questions. Start by pasting a YouTube video link👇 Watch video skipping ads and easily navigating timestamps? 🔥 Visit https://getnotable.ai

GPT Prompt Starters

  • I want to chat with a YouTube Video
  • What are the most actionable insights in the video?
  • Summarize in detailed bullet format
  • Summarize in short bullet format

GPT Action OpenAPI Spec

{
  "openapi": "3.1.0",
  "info": {
    "title": "Notable Service",
    "description": "Retrieves online contents for summarization",
    "version": "v1.0.0"
  },
  "servers": [
    {
      "url": "https://api.getnotable.ai"
    }
  ],
  "paths": {
    "/contents/online": {
      "get": {
        "description": "Get the content given a URL",
        "operationId": "GetOnlineContent",
        "parameters": [
          {
            "name": "url",
            "in": "query",
            "description": "the online video/article URL",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ]
      }
    },
    "/gpt/notes": {
      "post": {
        "description": "Save summary into Notable",
        "operationId": "SaveSummary",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "properties": {
                  "title": {
                    "type": "string",
                    "description": "Title of the summary"
                  },
                  "points": {
                    "#ref": "#/components/schemas/Points"
                  },
                  "sourceContentUrl": {
                    "type": "string",
                    "description": "URL for the source content"
                  }
                },
                "type": "object",
                "required": [
                  "title",
                  "points"
                ],
                "title": "summary payload"
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "Elaborations": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "Point": {
        "type": "object",
        "required": [
          "heading"
        ],
        "properties": {
          "heading": {
            "type": "string"
          },
          "elaborations": {
            "#ref": "#/components/schemas/Elaborations"
          }
        }
      },
      "Points": {
        "type": "array",
        "items": {
          "#ref": "#/components/schemas/Point"
        }
      }
    }
  }
}

Chat with Video 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: "Chat with Video", 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.