Chat with all PDFs

To chat with all PDFs you just need to have at least one PDF uploaded using the upload API endpoint.

Using the save_chat option you can save chat all history and can find the same in PDF.ai/documents/chat/all

Chat with all PDFs

Chat with all PDFs

POST https://pdf.ai/api/v1/chat-all

Ask questions to get responses from any PDF

Headers

Request Body

{
   "content": "This is the answer to your message or question",
   "docId": "abcd1234",
   "url": "https://cdn.openai.com/papers/gpt-4.pdf",
   "references": [
      {
         "pageNumber": 71,
         "fromLine": 41,
         "toLine": 48
      }
   ]
}

Last updated