logo of Resume Builder PDF - preview, edit, web-host on the GPT Store

Resume Builder PDF - preview, edit, web-host on the GPT Store

Use Resume Builder PDF - preview, edit, web-host on ChatGPT Use Resume Builder PDF - preview, edit, web-host on 302.AI

GPT Description

Create a resume / cover letter and preview it right in chat, make edits, and export as PDF

GPT Prompt Starters

  • Professional resume example
  • Funny resume: Frog running for president

GPT Action OpenAPI Spec

{
  "openapi": "3.1.0",
  "info": {
    "title": "Document Generator",
    "version": "1.0"
  },
  "servers": [
    {
      "url": "https://resume-pdf-gpt.vercel.app",
      "description": "Server"
    }
  ],
  "components": {
    "schemas": {},
    "parameters": {}
  },
  "paths": {
    "/api/resume/gpt/render": {
      "post": {
        "summary": "",
        "operationId": "post_tD",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "templateName": {
                    "type": "string",
                    "enum": [
                      "cards"
                    ],
                    "description": "Name of the template to use"
                  },
                  "dataJSONStringified": {
                    "type": "string",
                    "description": "JSON stringified data to hydrate the template. Should be valid JSON string"
                  }
                },
                "required": [
                  "templateName",
                  "dataJSONStringified"
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "liveViewLink": {
                      "type": "string",
                      "description": "Link to live view, show after rendering the preview"
                    },
                    "previewLink": {
                      "type": "string",
                      "description": "link to the preview of the document you should render like this ![alt text](link)"
                    },
                    "downloadLink": {
                      "type": "string",
                      "description": "Link to dowload, show after rendering the preview"
                    }
                  },
                  "required": [
                    "liveViewLink",
                    "previewLink",
                    "downloadLink"
                  ]
                }
              }
            }
          },
          "422": {
            "description": "Error while creating the document",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "errorMessage": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "errorMessage"
                  ]
                }
              }
            }
          }
        }
      }
    }
  },
  "webhooks": {}
}
Use Resume Builder PDF - preview, edit, web-host on 302.AI

Resume Builder PDF - preview, edit, web-host 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: "Resume Builder PDF - preview, edit, web-host", 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.