
ChatWithPDF
Description
Plugin for asking questions, analyzing, and parsing through PDF documents by simply providing a PDF URL.
Details
https://chatwithpdf.sdan.io/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "ChatWithPDF",
"name_for_model": "chatwithpdf",
"description_for_human": "Chat with everything from entire PDF books to Google Drive documents just by providing a link.",
"description_for_model": "A plugin that allows users to load and query PDF documents or Google Drive documents using ChatGPT. Users must first provide a PDF URL for processing. Once the PDF is loaded, users can query, analyze, or ask questions from that PDF name without needing to specify everytime. User must provide a PDF or Google Drive link that can be publically accessible, only documents can be loaded. The query will be able to extract relevant parts of the document to the users request. The load may take a while to process and if it does not work on the first try, try again, unless you get an error message back. User can only load documents that can be publically accessible on the internet. If they wish to use Google Docs they must first export it as a PDF, upload it to Google Drive then share a link that anybody can access via the link so we can download and process it. And if they wish to upload their document they can instead use service like [Upload Document](https://tmpfiles.org/).",
"auth": {
"type": "oauth",
"client_url": "https://plugins.us.auth0.com/authorize",
"scope": "email",
"authorization_url": "https://plugins.us.auth0.com/oauth/token",
"authorization_content_type": "application/json",
"verification_tokens": {
"openai": "14a6fb65b5424b6bb8d1693d9e8ae793"
}
},
"api": {
"type": "openapi",
"url": "https://chatwithpdf.sdan.io/openapi.json"
},
"logo_url": "https://chatwithpdf.sdan.io/logo.png",
"contact_email": "support@chatwithpdf@sdan.io",
"legal_info_url": "https://chatwithpdf.sdan.io/legal"
}
https://chatwithpdf.sdan.io/openapi.json
{
"openapi": "3.0.1",
"info": {
"title": "ChatWithPDF",
"description": "A plugin that allows users to load and query PDF documents or Google Drive documents using ChatGPT. Users must first provide a PDF URL for processing. Once the PDF is loaded, users can query, analyze, or ask questions from that PDF name without needing to specify everytime. User must provide a PDF or Google Drive link that can be publically accessible, only documents can be loaded. The query will be able to extract relevant parts of the document to the users request. The load may take a while to process and if it does not work on the first try, try again, unless you get an error message back. User can only load documents that can be publically accessible on the internet. If they wish to use Google Docs they must first export it as a PDF, upload it to Google Drive then share a link that anybody can access via the link so we can download and process it. And if they wish to upload their document they can instead use service like [Upload Document](https://tmpfiles.org/).",
"version": "v3"
},
"servers": [
{
"url": "https://chatwithpdf.sdan.io"
}
],
"paths": {
"/pdf/load": {
"post": {
"operationId": "loadPdf",
"summary": "Load a PDF document",
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/loadPdfRequest"
}
}
}
},
"responses": {
"200": {
"description": "OK"
}
}
}
},
"/pdf/query": {
"post": {
"operationId": "queryPdf",
"summary": "Query a loaded PDF document",
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/queryPdfRequest"
}
}
}
},
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/queryPdfResponse"
}
}
}
}
}
}
}
},
"components": {
"schemas": {
"loadPdfRequest": {
"type": "object",
"required": [
"pdf_url"
],
"properties": {
"pdf_url": {
"type": "string",
"format": "uri",
"description": "The temporary URL of the PDF document to load.",
"required": true
}
}
},
"queryPdfRequest": {
"type": "object",
"required": [
"query",
"pdf_url"
],
"properties": {
"query": {
"type": "string",
"description": "The query or question to ask based on the PDF document.",
"required": true
},
"pdf_url": {
"type": "string",
"format": "uri",
"description": "The temporary URL of the PDF document that is already loaded.",
"required": true
}
}
},
"queryPdfResponse": {
"type": "object",
"properties": {
"results": {
"type": "array",
"items": {
"type": "string"
},
"description": "The list of text chunks from the PDF document that are relevant to the user's query."
}
}
}
}
}
}
Discover other plugins from the text to text category

AskYourPDF
Unlock the power of your PDFs!, dive into your documents, find answers, and bring information to your fingertips
0 Comments

Auto Anno
This plugin utilizes the power of large AI models to perform automatic annotation on input texts.
0 Comments

DocsBot
Plugin for searching documents (such as files, websites, and more) from various subject libraries the user has indexed on DocsBot
0 Comments

JiggyBase
JiggyBase is a tool for searching through collections of user’s documents on JiggyBase using semantic search to provide relevant content to better answer user questions based on the facts and up-to-date information contained in those documents.
0 Comments

ChatWithWebsite
Have a conversation with any website, powered by magicform.ai
0 Comments

Access Link
Access any links on the web and get the information you need.
0 Comments

Figlet
Utility for converting strings of text into ASCII fonts.
0 Comments

Paraphraser
Say it better, say it different: Paraphrase like a Pro. Paraphrase for impact and inspire.
0 Comments

Copywriter
Send a URL and get sales copywriting suggestions for any page!
0 Comments

MixerBox ChatPDF
Save time! MixerBox ChatPDF can summarize & analyze PDF files for you!
0 Comments

Ai PDF
Super-fast, interactive chats with PDFs of any size, complete with page references for fact checking.
0 Comments

HumanInf
Humanizing AI content via paraphrasing.
0 Comments

Filtir
Verify the provided text using external sources.
0 Comments

Document AI
The only Document AI that shows you where it got your answer from.
0 Comments

Access PDF & Docs
Ask your PDF questions, summarize info & chat with PDF! Enter Google Drive link to start!
0 Comments

Content Rewriter
Enter any URL and have the text content rewritten for you!
0 Comments

Word Counter
Count the number of words, and characters (with and without spaces).
0 Comments

Perfect Chirp
Turn your ideas into banger tweets in less than 30 seconds. Start your prompt with 'Write a tweet...'.
0 Comments

Custom Knowledge
Provide your docs, webpages, and other links, and get personalised answers.
0 Comments

Mojito
I can convert your chats to articles and posts them online🍹.
0 Comments

Skipit AI
The Skipit AI plugin extract context data from URLs (YouTube, websites, PDFs) for comprehensive information.
0 Comments

WebsiteChat
Chat with any website link.
0 Comments

AskYourKG
This plugin uses the knowledge of the documents uploaded to askyourkg.cogniswitch.ai and chats with that knowledge.
0 Comments

Stoic
Get a stoic quote by typing 'stoic'.
0 Comments

BrowserOp
Browse dozens of webpages in one query. Fetch information more efficiently.
0 Comments
Wikipedia
Ask questions about general knowledge, current events, and breaking news, and get up-to-date answers from Wikipedia.
0 Comments