Summary
Generate smarter text summaries with AI
POST
/
v1
/
ai
/
summary
Body
The text to summarize. Maximum character is 300,000. Not required if
file_store_key
or url
is specified.
The summary result type. Supported values are:
text
- Returns a text summary.points
- Returns an array with points summary.
The PDF url. Not required if file_store_key
or text
is specified.
The key used to store the PDF on Jigsawstack file
Storage. Not
required if url
or text
is specified.
The maximum number of points to return. Maximum is 100.
The maximum number of characters to summarize text into
Header
Your JigsawStack API key
Response
Indicates whether the call was successful.
The summarized text.
Was this page helpful?