Summarize PDF

To get the summary of a PDF you just need docId of the PDF. To get docId upload the PDF first.

You can get the summary in the language you want using the language field. The default language is English.

The summary result will not be saved as a Chat. To save your chat history use chat API

Summary of the PDF

Summarize a PDF

POST https://pdf.ai/api/v1/summary

To get the summary of the PDF using its docId

Headers

NameTypeDescription

X-API-Key*

string

<API-Key>

Request Body

NameTypeDescription

docId*

string

Document ID obtained after uploading PDF

language

string

Summary language e.g., "french"

{
    "content": "This is the summary of the PDF"
}

Last updated