Loading...
Doc Maker: Document, Presentation & Spreadsheet

Doc Maker: Document, Presentation & Spreadsheet

0 0
0.0
( None Rating )
100K Action
Browsing

About Doc Maker: Document, Presentation & Spreadsheet

Prompt to create documents, such as design docs, reports, proposals, resumes, and more. Export to PDF, DOCX, PPTX, XLSX, CSV.

Information

  • GPTs Creator aidocmaker.com
  • Categories Productivity
  • GPT Updated June 02,2024
  • Updated June 03,2024

Capabilities

  • Browsing Real-Time Retrieval

Share recipient

  • OpenAI‘s GPT Store Public

Timeline

Doc Maker: Document, Presentation & Spreadsheet
Doc Maker: Document, Presentation & Spreadsheet

By aidocmaker.com

Doc Maker: Document, Presentation & Spreadsheet is inactive right now!

3.7
Ratings (2K+)
Productivity
Category
100K+
Conversations
Try Alternatives
What can this GPT do?
Legal brief on current AI regulations in EU.
Board proposal for using AI in customer support.
Business proposal for using AI in digital marketing.
Message ChatGPT

What Can Doc Maker: Document, Presentation & Spreadsheet Do with ChatGPT?

This Gpts for creators and professionals can do creating documents for reports, resumes, and newsletters with support for various file formats.

1. Function Calls
Field Value
action_id g-78301ea11f42b8481f26fe02504e3b53dbf51c98
domain gpt.docs.aidocmaker.com
json_schema {"components"=>{"schemas"=>{"CreateDocumentDirectlyWithHtmlRequestV1"=>{"properties"=>{"content"=>{"description"=>"Content of the document in HTML format", "title"=>"Content", "type"=>"string"}, "title"=>{"description"=>"Title of the document.", "title"=>"Title", "type"=>"string"}}, "required"=>["title", "content"], "title"=>"CreateDocumentDirectlyWithHtmlRequestV1", "type"=>"object"}, "CreateDocumentIndirectlyWithGptRequestV2"=>{"properties"=>{"language"=>{"default"=>"en", "description"=>"The two-digit ISO 639-1 code representing the expected human language for the document content.", "title"=>"Language", "type"=>"string"}, "openaiFileIdRefs"=>{"default"=>[], "description"=>"List of files to use during document generation, such as images or PDF / DOCX / PPTX files for downstream GPT to use for writing document. Each object contains: `name` - name of the file; `id` - identifier for the file; `mime_type` - mime type of the file; `download_link` - the URL to fetch the file.", "items"=>{}, "title"=>"Openaifileidrefs", "type"=>"array"}, "pageCount"=>{"default"=>5, "description"=>"The number of document pages (or number of presentation slides) to generate.", "title"=>"Pagecount", "type"=>"integer"}, "prompt"=>{"description"=>"Instructions that will be used by a GPT-3.5 model to create the document. The instructions should be detailed and contain important information.", "title"=>"Prompt", "type"=>"string"}}, "required"=>["prompt"], "title"=>"CreateDocumentIndirectlyWithGptRequestV2", "type"=>"object"}, "CreateSpreadsheetRequest"=>{"properties"=>{"prompt"=>{"description"=>"Prompt context for creating spreadsheet - will be shown later in document UI.", "title"=>"Prompt", "type"=>"string"}, "sheets"=>{"description"=>"List of sheets inside spreadsheet. Each sheet consists of a header row, followed by rows of data", "items"=>{"$ref"=>"#/components/schemas/DocmakerSheet"}, "title"=>"Sheets", "type"=>"array"}, "title"=>{"default"=>"Untitled", "description"=>"Mandatory: the title of the spreadsheet. Must be included.", "title"=>"Title", "type"=>"string"}}, "required"=>["prompt", "sheets"], "title"=>"CreateSpreadsheetRequest", "type"=>"object"}, "DocmakerSheet"=>{"properties"=>{"content"=>{"default"=>"", "description"=>"Sheet data content in CSV format. Enclose all fields in double quotes.", "title"=>"Content", "type"=>"string"}}, "title"=>"DocmakerSheet", "type"=>"object"}, "HTTPValidationError"=>{"properties"=>{"detail"=>{"items"=>{"$ref"=>"#/components/schemas/ValidationError"}, "title"=>"Detail", "type"=>"array"}}, "title"=>"HTTPValidationError", "type"=>"object"}, "Markdown2ResumeRequest"=>{"properties"=>{"prompt"=>{"description"=>"Prompt used to describe the doc creation request. IT IS NOT USED TO CREATE DOC, only to display in UI for user to view later.", "title"=>"Prompt", "type"=>"string"}, "resume_content"=>{"default"=>"", "description"=>"Resume content in Markdown format. Do NOT include any of the above information (name, email, phone, location, website url) here; they should be directly placed via their respective fields. When using acronyms, ensure to write out the full term as well. For example, instead of writing 'SEO', write 'Search Engine Optimization (SEO)'.", "title"=>"Resume Content", "type"=>"string"}, "resume_field_email"=>{"description"=>"Optional: Personal email to be placed directly into the resume/cv. If supplied, do NOT include it in the formatted_markdown field.", "title"=>"Resume Field Email", "type"=>"string"}, "resume_field_location"=>{"description"=>"Optional: Location to be placed directly into the resume/cv. If supplied, do NOT include it in the formatted_markdown field.", "title"=>"Resume Field Location", "type"=>"string"}, "resume_field_name"=>{"default"=>"", "description"=>"Mandatory: Personal name to be placed directly into the resume/cv. Do NOT include it in the formatted_markdown field.", "title"=>"Resume Field Name", "type"=>"string"}, "resume_field_phone"=>{"description"=>"Optional: Phone number to be placed directly into the resume/cv. If supplied, do NOT include it in the formatted_markdown field.", "title"=>"Resume Field Phone", "type"=>"string"}, "resume_field_website_url"=>{"description"=>"Optional: Website URL to be placed directly into the resume/cv. If supplied, do NOT include it in the formatted_markdown field.", "title"=>"Resume Field Website Url", "type"=>"string"}, "title"=>{"default"=>"Untitled", "description"=>"Mandatory: Title of the document.", "title"=>"Title", "type"=>"string"}}, "required"=>["prompt"], "title"=>"Markdown2ResumeRequest", "type"=>"object"}, "ValidationError"=>{"properties"=>{"loc"=>{"items"=>{"anyOf"=>[{"type"=>"string"}, {"type"=>"integer"}]}, "title"=>"Location", "type"=>"array"}, "msg"=>{"title"=>"Message", "type"=>"string"}, "type"=>{"title"=>"Error Type", "type"=>"string"}}, "required"=>["loc", "msg", "type"], "title"=>"ValidationError", "type"=>"object"}}}, "info"=>{"description"=>"A GPT that allows users to create documents.", "title"=>"Doc Maker GPT", "version"=>"v1"}, "openapi"=>"3.1.0", "paths"=>{"/create_document_directly_with_html"=>{"post"=>{"description"=>"Create a document directly with HTML content.", "operationId"=>"create_document_directly_with_html", "requestBody"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/CreateDocumentDirectlyWithHtmlRequestV1"}}}, "required"=>true}, "responses"=>{"200"=>{"content"=>{"application/json"=>{"schema"=>{}}}, "description"=>"Successful Response"}, "422"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}, "description"=>"Validation Error"}}, "summary"=>"Create a document directly with HTML content", "x-openai-isConsequential"=>false}}, "/create_document_indirectly_with_gpt"=>{"post"=>{"description"=>"Create a document indirectly by prompting a GPT model specialized for longform writing", "operationId"=>"create_document_indirectly_with_gpt", "requestBody"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/CreateDocumentIndirectlyWithGptRequestV2"}}}, "required"=>true}, "responses"=>{"200"=>{"content"=>{"application/json"=>{"schema"=>{}}}, "description"=>"Successful Response"}, "422"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}, "description"=>"Validation Error"}}, "summary"=>"Create a document indirectly by prompting a GPT model specialized for longform writing", "x-openai-isConsequential"=>false}}, "/create_pptx_indirectly_with_gpt"=>{"post"=>{"description"=>"Create a presentation indirectly by prompting a GPT model specialized for generating long presentations", "operationId"=>"create_pptx_indirectly_with_gpt", "requestBody"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/CreateDocumentIndirectlyWithGptRequestV2"}}}, "required"=>true}, "responses"=>{"200"=>{"content"=>{"application/json"=>{"schema"=>{}}}, "description"=>"Successful Response"}, "422"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}, "description"=>"Validation Error"}}, "summary"=>"Create a presentation indirectly by prompting a GPT model specialized for generating long presentations", "x-openai-isConsequential"=>false}}, "/create_resume"=>{"post"=>{"operationId"=>"create_resume", "requestBody"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/Markdown2ResumeRequest"}}}, "required"=>true}, "responses"=>{"200"=>{"content"=>{"application/json"=>{"schema"=>{}}}, "description"=>"Successful Response"}, "422"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}, "description"=>"Validation Error"}}, "summary"=>"Create Resume Endpoint", "x-openai-isConsequential"=>false}}, "/create_spreadsheet"=>{"post"=>{"description"=>"Create a new spreadsheet given data. Enclose all fields in double quotes.", "operationId"=>"create_spreadsheet", "requestBody"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/CreateSpreadsheetRequest"}}}, "required"=>true}, "responses"=>{"200"=>{"content"=>{"application/json"=>{"schema"=>{}}}, "description"=>"Successful Response"}, "422"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}, "description"=>"Validation Error"}}, "summary"=>"Create a new spreadsheet", "x-openai-isConsequential"=>false}}}, "servers"=>[{"url"=>"https://gpt.docs.aidocmaker.com"}]}
auth {"type":"none"}
privacy_policy_url https://www.aidocmaker.com/privacy-policy
Capabilitiy Function Tools
Web Browsing Real-Time Access and search the internet for information, articles, and data. Browser

FAQs

Currently, this GPTs is not free and is available exclusively to ChatGPT Plus users.

Yes, besides requiring a ChatGPT Plus membership, if you use the GPT-4 model (with DALL·E, browsing, and data analysis), the limit is 25 'GPTs' messages / 3 hours, More limited than normal 40 GPT4 responses per 3 hours, 

The enterprise version of ChatGPT is,  100 GPT-4 messages per 3 hours.

Doc Maker: Document, Presentation & Spreadsheet is publicly available in the upcoming OpenAI's GPT Store, making it widely accessible to anyone interested in using this advanced ChatGPT.

Doc Maker: Document, Presentation & Spreadsheet is owned by aidocmaker.com, who has also created 9 other GPTs, namely PDF AI Reader Chat (4.1 ★), tldr, Slide Maker: PowerPoints, Presentations, Spreadsheet Maker: Excel, CSV, Spreadsheet, Presentation and Slides Creator (500K+ chats).

no, we found no file uploaded. You can check the function section to see if there are other unique features. If not, this GPTs is just a simple prompt engineering, and its knowledge base is synchronized with the general ChatGPT, latest training up to April 2023.

No, only aidocmaker.com can edit this GPTs. They can configure and update GPTs through GPT Builder at https://chat.openai.com/gpts/editor/g-Gt6Z8pqWF. The last modification date of Doc Maker: Document, Presentation & Spreadsheet was 2024-06-02 23:01:05 UTC.

Yes, conversations with Doc Maker: Document, Presentation & Spreadsheet will be recorded. OpenAI keeps these records, and you can share your conversations via a link. Refer to OpenAI's user privacy and data security policies for more information.

Yes, if aidocmaker.com selected "Use conversation data in your GPT to improve our models" (in the GPTs Configure pages of Additional Settings), it means your conversations will be used for training and will influence this GPT AI agent.

Doc Maker: Document, Presentation & Spreadsheet reviews

0.0
( None Rating )

Similar GPTs

Doc Maker
Doc Maker
by gpts.fiime.cn
Create docs for reports, resumes, newsletters, and more. Export to PDF, Word, Google Drive / OneDrive.
125
Doc Maker
Doc Maker
by quicklifesolutions.com
Friendly, professional document creator, avoiding inappropriate content.
50
Document Agent
Document Agent
by www.techbytech.tech
Easily create documents with integration across Google Docs, Sheets, Slides, Gmail, and WhatsApp.✨
1K 3.1
Doc Maker
Doc Maker
by 1
Prompt to create documents, such as resumes, reports, and more. Export to PDF, DOCX, PPTX, XLSX, CSV.
1K 3.5

Top