logo of Website Full Screenshot on the GPT Store

Website Full Screenshot on the GPT Store

Use Website Full Screenshot on ChatGPT

GPT Description

Take a full screenshot of a website through a URL.

GPT Prompt Starters

  • Enter a URL within square brackets.
  • The URL must start with "http://" or "https://".
  • [https://ingongjineung.com]

GPT Action OpenAPI Spec

{
  "openapi": "3.0.0",
  "info": {
    "title": "Screenshot API",
    "description": "This API takes a URL as input, captures a screenshot of the page, and returns an image URL after uploading it to Imgur.",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://api.ingongjineung.com",
      "description": "Main production server"
    }
  ],
  "paths": {
    "/screenshot": {
      "get": {
        "operationId": "getScreenshot",
        "summary": "Captures a screenshot of a given URL and returns an image URL.",
        "parameters": [
          {
            "name": "url",
            "in": "query",
            "required": true,
            "description": "The URL of the page to capture a screenshot.",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successfully captured and uploaded the screenshot.",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "message": {
                      "type": "string",
                      "example": "Success"
                    },
                    "image_url": {
                      "type": "string",
                      "example": "https://i.imgur.com/iCNjpHu.jpg"
                    }
                  }
                }
              }
            }
          },
          "500": {
            "description": "Server error during the screenshot capture or upload process.",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "detail": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}

Website Full Screenshot 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: "Website Full Screenshot", 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.