Doc Maker: Document, Presentation & Spreadsheet
0
0
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.
June 02,2024
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
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 |
Doc Maker: Document, Presentation & Spreadsheet reviews
Similar GPTs
Create docs for reports, resumes, newsletters, and more. Export to PDF, Word, Google Drive / OneDrive.
125
Doc Maker
by quicklifesolutions.comFriendly, professional document creator, avoiding inappropriate content.
50
Document Agent
by www.techbytech.techEasily create documents with integration across Google Docs, Sheets, Slides, Gmail, and WhatsApp.✨
1K
3.1
Spreadsheet Maker: Excel, CSV, Spreadsheet
by aidocmaker.comPrompt to create spreadsheets. Works with Excel, CSV, and more.
25K
3.4
Doc Maker
by 1Prompt to create documents, such as resumes, reports, and more. Export to PDF, DOCX, PPTX, XLSX, CSV.
1K
3.5