logo of YoutubeSummary on the GPT Store

YoutubeSummary on the GPT Store

Use YoutubeSummary on ChatGPT Use YoutubeSummary on 302.AI

GPT Description

You can chat with any You Tube video. I can provide timestamped links to the video when you ask for citations.

Welcome Message

Hello

GPT Prompt Starters

  • Summarize this video for me https://www.youtube.com/watch?v=yj-wSRJwrrc
  • Create Chapters for https://www.youtube.com/watch?v=yj-wSRJwrrc
  • What are the main takeaways of https://www.youtube.com/watch?v=yj-wSRJwrrc

GPT Action OpenAPI Spec

{
  "openapi": "3.0.2",
  "info": {
    "title": "YT Transcript",
    "description": "This endpoint gets a transcript from a yt video",
    "version": "2.5.0"
  },
  "paths": {
    "/get_transcript": {
      "post": {
        "summary": "Transcribe",
        "operationId": "transcribe_get_transcript_post",
        "parameters": [
          {
            "required": true,
            "schema": {
              "title": "Video Id",
              "type": "string"
            },
            "name": "video_id",
            "in": "query"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          },
          "422": {
            "description": "Validation Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/HTTPValidationError"
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "HTTPValidationError": {
        "title": "HTTPValidationError",
        "type": "object",
        "properties": {
          "detail": {
            "title": "Detail",
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ValidationError"
            }
          }
        }
      },
      "ValidationError": {
        "title": "ValidationError",
        "required": [
          "loc",
          "msg",
          "type"
        ],
        "type": "object",
        "properties": {
          "loc": {
            "title": "Location",
            "type": "array",
            "items": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "integer"
                }
              ]
            }
          },
          "msg": {
            "title": "Message",
            "type": "string"
          },
          "type": {
            "title": "Error Type",
            "type": "string"
          }
        }
      }
    }
  },
  "servers": [
    {
      "url": "https://jxnl--agent-fastapi-app.modal.run",
      "description": "Main (production) server"
    }
  ]
}
Use YoutubeSummary on 302.AI

YoutubeSummary 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: "YoutubeSummary", 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.