logo of QuickSlides on the GPT Store

QuickSlides on the GPT Store

Use QuickSlides on ChatGPT Use QuickSlides on 302.AI

GPT Description

Presentation expert with data parsing, internet browsing, and API interaction.

Welcome Message

Welcome to QuickSlides! Ready to create your presentation with data and web insights?

GPT Prompt Starters

  • Can you help me create a presentation with web info?
  • I need slides about a topic using online data.
  • Please make a presentation from my file and additional web research.
  • How can you use internet data for my presentation?

GPT Action OpenAPI Spec

{
  "openapi": "3.1.0",
  "info": {
    "title": "QuickSlides Presentation Service",
    "description": "Generates a Presentation file from structured data and provides a download link.",
    "version": "v1.0.0"
  },
  "servers": [
    {
      "url": "https://plankton-app-mukzt.ondigitalocean.app"
    }
  ],
  "paths": {
    "/process-presentation": {
      "post": {
        "description": "Create a presentation from provided data and return a link to download the file.",
        "operationId": "GeneratePresentation",
        "requestBody": {
          "description": "Data for generating the presentation",
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/PresentationRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successfully generated the presentation and return the download link.",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "downloadLink": {
                      "type": "string",
                      "format": "uri",
                      "description": "The URL link to download the generated presentation."
                    }
                  }
                }
              }
            }
          }
        },
        "x-openai-isConsequential": true
      }
    },
    "/test-endpoint": {
      "post": {
        "description": "A simple test endpoint to ensure API communication",
        "operationId": "TestEndpoint",
        "responses": {
          "200": {
            "description": "The test endpoint has been successfully called",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "message": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "PresentationRequest": {
        "type": "object",
        "properties": {
          "presentationTitle": {
            "type": "string"
          },
          "slides": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Slide"
            }
          }
        }
      },
      "Slide": {
        "type": "object",
        "properties": {
          "slideTitle": {
            "type": "string"
          },
          "content": {
            "type": "object",
            "properties": {
              "textParagraphs": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              "images": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Image"
                }
              },
              "charts": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Chart"
                }
              },
              "tables": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Table"
                }
              }
            }
          }
        }
      },
      "Image": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "format": "uri"
          },
          "caption": {
            "type": "string"
          }
        }
      },
      "Chart": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string"
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "category": {
                  "type": "string"
                },
                "value": {
                  "type": "number"
                }
              }
            }
          }
        }
      },
      "Table": {
        "type": "object",
        "properties": {
          "headers": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "rows": {
            "type": "array",
            "items": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        }
      }
    }
  }
}
Use QuickSlides on 302.AI

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

More custom GPTs by SERHII PRYKHOZHYI on the GPT Store